ports/net/openldap24-server/files/patch-configure
Xin LI ca858ffb67 Update OpenLDAP to 2.4.24.
Unfortunately this version requires a shared library version bump again.
2011-02-24 21:50:08 +00:00

29 lines
729 B
Text

--- configure.orig 2011-01-31 12:53:50.000000000 -0800
+++ configure 2011-02-19 04:12:30.885900446 -0800
@@ -21598,7 +21598,7 @@
$as_echo_n "(cached) " >&6
else
ac_check_lib_save_LIBS=$LIBS
-LIBS="-liodbc $LIBS"
+LIBS="-liodbc $LIBS $LTHREAD_LIBS"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
@@ -21646,7 +21646,7 @@
$as_echo_n "(cached) " >&6
else
ac_check_lib_save_LIBS=$LIBS
-LIBS="-lodbc $LIBS"
+LIBS="-lodbc $LIBS $LTHREAD_LIBS"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
@@ -21903,7 +21903,7 @@
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
-#include <unicode/utypes.h>
+#include <unicode/utypes.h-disabled>
int
main ()