summaryrefslogtreecommitdiff
path: root/source4/lib/ldb
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-08-27 15:56:04 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:58:24 -0500
commitef9351d84ba8bf5c4adc9881f3b2c388deac4ffe (patch)
tree45ad0c543c0e41800ebc33370975e295413398e3 /source4/lib/ldb
parent826a515ec063cf7b986ddfcfd47f2f7f09a12be5 (diff)
downloadsamba-ef9351d84ba8bf5c4adc9881f3b2c388deac4ffe.tar.gz
samba-ef9351d84ba8bf5c4adc9881f3b2c388deac4ffe.tar.bz2
samba-ef9351d84ba8bf5c4adc9881f3b2c388deac4ffe.zip
r2089: fix standalone build with LDAP, this needs -llber too
metze (This used to be commit b9152c9ba2735f511663f34a910142eed67701b5)
Diffstat (limited to 'source4/lib/ldb')
-rw-r--r--source4/lib/ldb/Makefile.ldb2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/Makefile.ldb b/source4/lib/ldb/Makefile.ldb
index 5573fba32f..6a87043114 100644
--- a/source4/lib/ldb/Makefile.ldb
+++ b/source4/lib/ldb/Makefile.ldb
@@ -4,7 +4,7 @@ WITH_LDAP=1
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