Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd554b94

Browse files
daniellukeFelipe Zimmerle
authored and
Felipe Zimmerle
committed
Include apr-util's LDFLAGS
Using apr-util installed by Macports results in build failure because apr-util uses BerkeleyDB that MacPorts installs into a subdir of $prefix/lib and $prefix/include (so that multiple versions of BerkeleyDB can be installed simultaneously). apu-1-config's --ldflags output includes the -L/path/to/bdb that's needed.
1 parent66bb840 commitd554b94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎build/find_apu.m4‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ if test -n "${apu_path}"; then
5858
if test "$verbose_output" -eq 1; thenAC_MSG_NOTICE(apuVERSION:$APU_VERSION); fi
5959
APU_CFLAGS="`${APU_CONFIG} --includes`"
6060
if test "$verbose_output" -eq 1; thenAC_MSG_NOTICE(apuCFLAGS:$APU_CFLAGS); fi
61-
APU_LDFLAGS="`${APU_CONFIG} --libs`"
61+
APU_LDFLAGS="`${APU_CONFIG} --ldflags`"
62+
APU_LDFLAGS="$APU_LDFLAGS `${APU_CONFIG} --libs`"
6263
if test "$verbose_output" -eq 1; thenAC_MSG_NOTICE(apuLDFLAGS:$APU_LDFLAGS); fi
6364
APU_LDADD="`${APU_CONFIG} --link-libtool`"
6465
if test "$verbose_output" -eq 1; thenAC_MSG_NOTICE(apuLDADD:$APU_LDADD); fi

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp