openbsd-ports/x11/gnome/vfs2/patches/patch-configure
ajacoutot f0dc3deab9 - minor update to gnome-vfs2-2.24.1
* Fix memory leaks
* Updated translations
2009-03-17 15:53:37 +00:00

31 lines
975 B
Plaintext

$OpenBSD: patch-configure,v 1.12 2009/03/17 15:53:37 ajacoutot Exp $
--- configure.orig Tue Mar 17 14:55:00 2009
+++ configure Tue Mar 17 16:44:51 2009
@@ -34747,7 +34747,7 @@ if test "${openssl_libs+set}" = set; then
$as_echo_n "(cached) " >&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
@@ -35041,7 +35041,7 @@ if test "${openssl_libs+set}" = set; then
$as_echo_n "(cached) " >&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
@@ -39706,7 +39706,7 @@ if test "${ac_cv_lib_fam_FAMOpen+set}" = set; then
$as_echo_n "(cached) " >&6
else
ac_check_lib_save_LIBS=$LIBS
-LIBS="-lfam $LIBS"
+LIBS="-lfam -lm $LIBS"
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF