a4b5ac24fe
- fix LIB_DEPENDS; looks good to jasper@
31 lines
1001 B
Plaintext
31 lines
1001 B
Plaintext
$OpenBSD: patch-configure,v 1.11 2007/11/14 14:59:22 martynas Exp $
|
|
--- configure.orig Mon Nov 12 11:30:09 2007
|
|
+++ configure Mon Nov 12 16:19:58 2007
|
|
@@ -33671,7 +33671,7 @@ if test "${openssl_libs+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
|
|
- LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto -ldl"
|
|
+ LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
/* confdefs.h. */
|
|
_ACEOF
|
|
@@ -33956,7 +33956,7 @@ if test "${openssl_libs+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
|
|
- LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto -ldl"
|
|
+ LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
/* confdefs.h. */
|
|
_ACEOF
|
|
@@ -38615,7 +38615,7 @@ if test "${ac_cv_lib_fam_FAMOpen+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
-LIBS="-lfam $LIBS"
|
|
+LIBS="-lfam -lm $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
/* confdefs.h. */
|
|
_ACEOF
|