freebsd-ports/dns/ldapdns/files/patch-configure
Xin LI b894b7b05e dns/ldapdns: Fix build with OpenLDAP 2.5
PR:		ports/258899
Approved by:	Chris Hutchinson (maintainer)
2021-10-10 10:14:13 -07:00

11 lines
242 B
Text

--- configure.orig 2004-12-31 03:15:21 UTC
+++ configure
@@ -278,7 +278,7 @@ else
fi
-LIBS="$LIBS -lldap_r -llber"
+LIBS="$LIBS -lldap -llber"
echo -n "Checking OpenLDAP dependencies: "
cat > test_1.c <<__test_1_eof
#include <ldap.h>