X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.in;h=3033d4e276e8b95850b4eaca169550fc40463823;hb=6ec92a34ccbd9454b48685e69405c633026cfe05;hp=e13b93efc6c57af2ce89476cdc7436f8d45d1fa5;hpb=3a4563d4bf50ba2b4ff42d827056d3a0f3ef727a;p=collectd.git diff --git a/configure.in b/configure.in index e13b93ef..3033d4e2 100644 --- a/configure.in +++ b/configure.in @@ -280,6 +280,8 @@ AC_CHECK_HEADERS(IOKit/ps/IOPowerSources.h, [], [], have_sys_swap_h="yes" AC_CHECK_HEADERS(sys/swap.h vm/anon.h, [], [have_sys_swap_h="no"], [ +#undef _FILE_OFFSET_BITS +#undef _LARGEFILE64_SOURCE #if HAVE_SYS_TYPES_H # include #endif @@ -1538,7 +1540,7 @@ then if test "x$TMPDIR" != "x" then AC_MSG_RESULT([found in $TMPDIR]) - JAVA_LDFLAGS="$JAVA_LDFLAGS -L$TMPDIR" + JAVA_LDFLAGS="$JAVA_LDFLAGS -L$TMPDIR -Wl,-rpath -Wl,$TMPDIR" else AC_MSG_RESULT([not found]) fi @@ -3808,6 +3810,7 @@ Configuration: libcurl . . . . . . . $with_libcurl libdbi . . . . . . . $with_libdbi libesmtp . . . . . . $with_libesmtp + libganglia . . . . . $with_libganglia libgcrypt . . . . . . $with_libgcrypt libiokit . . . . . . $with_libiokit libiptc . . . . . . . $with_libiptc