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:
parent
e66630662d
commit
b9152c9ba2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user