From d0edb478964cb5bf7446c34d5ac1e9d34dc5ca63 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 11 Aug 2007 20:57:54 +0000 Subject: Patrick Monnerat modified the LDAP code and approach in curl. Starting now, the configure script checks for openldap and friends and we link with those libs just like we link all other third party libraries, and we no longer dlopen() those libraries. Our private header file lib/ldap.h was renamed to lib/curl_ldap.h due to this. I set a tag in CVS (curl-7_17_0-preldapfix) just before this commit, just in case. --- hiper/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hiper') diff --git a/hiper/Makefile b/hiper/Makefile index ba3cc0709..fea1655ae 100644 --- a/hiper/Makefile +++ b/hiper/Makefile @@ -3,7 +3,7 @@ # During dev at least, we use a static libcurl. # -LDFLAGS = -lcrypt -lidn -lssl -lcrypto -ldl -lz -lresolv -L../ares/.libs \ +LDFLAGS = -lcrypt -lidn -lssl -lcrypto -lz -lresolv -L../ares/.libs \ -lcares LIBCURL = -L../lib/.libs/ -lcurl CFLAGS = -I../include -g -- cgit v1.2.3