mirror of
https://git.freebsd.org/ports.git
synced 2025-07-05 03:19:18 -04:00
binaries linking against liblutil. This should fix build issue when FETCH is enabled. Prompted by: kib
38 lines
940 B
Text
38 lines
940 B
Text
--- configure.orig 2011-03-23 18:52:17.000000000 -0700
|
|
+++ configure 2011-04-02 15:28:05.563816386 -0700
|
|
@@ -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. */
|
|
|
|
@@ -21936,7 +21936,7 @@
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
/* end confdefs.h. */
|
|
|
|
-#include <unicode/utypes.h>
|
|
+#include <unicode/utypes.h-disabled>
|
|
|
|
int
|
|
main ()
|
|
@@ -22234,7 +22234,7 @@
|
|
|
|
|
|
if test $ol_cv_lib_fetch != no ; then
|
|
- LUTIL_LIBS="$LUTIL_LIBS $ol_link_fetch"
|
|
+ LIBS="$LIBS $ol_link_fetch"
|
|
ol_link_fetch=freebsd
|
|
|
|
elif test $ol_with_fetch != auto ; then
|