1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

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

metze
This commit is contained in:
Stefan Metzmacher 2004-08-27 15:56:04 +00:00 committed by Gerald (Jerry) Carter
parent e66630662d
commit b9152c9ba2

View File

@ -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