mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
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>
This commit is contained in:
parent
1fe61b3507
commit
297bafcc08
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65201
11
security/gnupg/files/patch-configure
Normal file
11
security/gnupg/files/patch-configure
Normal file
@ -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"
|
11
security/gnupg1/files/patch-configure
Normal file
11
security/gnupg1/files/patch-configure
Normal file
@ -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"
|
Loading…
Reference in New Issue
Block a user