svn commit: samba r2089 - in branches/SAMBA_4_0/source/lib/ldb: .

metze at samba.org metze at samba.org
Fri Aug 27 15:56:06 GMT 2004


Author: metze
Date: 2004-08-27 15:56:04 +0000 (Fri, 27 Aug 2004)
New Revision: 2089

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/lib/ldb&rev=2089&nolog=1

Log:
fix standalone build with LDAP, this needs -llber too

metze

Modified:
   branches/SAMBA_4_0/source/lib/ldb/Makefile.ldb


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/Makefile.ldb
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/Makefile.ldb	2004-08-27 15:52:54 UTC (rev 2088)
+++ branches/SAMBA_4_0/source/lib/ldb/Makefile.ldb	2004-08-27 15:56:04 UTC (rev 2089)
@@ -4,7 +4,7 @@
 
 ifeq ($(WITH_LDAP),1)
 OPENLDAP_PREFIX=/usr
-LDAP_LIBS=-L$(OPENLDAP_PREFIX)/lib -lldap
+LDAP_LIBS=-L$(OPENLDAP_PREFIX)/lib -llber -lldap
 LDAP_FLAGS=-DHAVE_LDAP=1
 LDB_LDAP_OBJ=ldb_ldap/ldb_ldap.o
 endif



More information about the samba-cvs mailing list