mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
r2089: fix standalone build with LDAP, this needs -llber too
metze
(This used to be commit b9152c9ba2
)
This commit is contained in:
parent
826a515ec0
commit
ef9351d84b
@ -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