aboutsummaryrefslogtreecommitdiffstats
path: root/security/gnupg1
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2002-08-29 09:31:33 +0800
committerkuriyama <kuriyama@FreeBSD.org>2002-08-29 09:31:33 +0800
commit612597f7ea552b582b1dd7189f36363f3df1d738 (patch)
tree5626ddf248e6ea713690a6f77bd6b61202a0ff3d /security/gnupg1
parentec43bdb5cb5dd380aaac75cb8a6ef5e7f98d0eb2 (diff)
downloadfreebsd-ports-gnome-612597f7ea552b582b1dd7189f36363f3df1d738.tar.gz
freebsd-ports-gnome-612597f7ea552b582b1dd7189f36363f3df1d738.tar.zst
freebsd-ports-gnome-612597f7ea552b582b1dd7189f36363f3df1d738.zip
Fix build with LDAP library.
If configure finds LDAP library, it tries to link with -lresolv, too. Remove -lresolv to unbreak. Reported by: Guy Middleton <guy@crtsol.com>
Diffstat (limited to 'security/gnupg1')
-rw-r--r--security/gnupg1/files/patch-configure11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/gnupg1/files/patch-configure b/security/gnupg1/files/patch-configure
new file mode 100644
index 000000000000..eb07a457fb76
--- /dev/null
+++ b/security/gnupg1/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig Mon Apr 29 23:59:16 2002
++++ configure Thu Aug 29 10:23:41 2002
+@@ -3799,7 +3799,7 @@
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+ ac_check_lib_save_LIBS=$LIBS
+-LIBS="-lldap -llber -lresolv $LIBS"
++LIBS="-lldap -llber $LIBS"
+ cat >conftest.$ac_ext <<_ACEOF
+ #line 3804 "configure"
+ #include "confdefs.h"