mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-06 15:00:40 +08:00
-lldap requires $(KRB_LIBS)
This commit is contained in:
parent
b6d85256e7
commit
04769d5b82
@ -9,7 +9,8 @@ SRCS = slapd-tester.c slapd-search.c slapd-read.c slapd-addel.c
|
||||
LDAP_INCDIR= ../../include
|
||||
LDAP_LIBDIR= ../../libraries
|
||||
|
||||
XLIBS = -lldap -llber -llutil
|
||||
XLIBS = -lldap -llber
|
||||
XXLIBS = $(KRB_LIBS) $(LUTIL_LIBS)
|
||||
|
||||
# build-tools: FORCE
|
||||
# $(MAKE) $(MFLAGS) load-tools
|
||||
|
Loading…
x
Reference in New Issue
Block a user