mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
Need KRB_LIBS to link test programs.
This commit is contained in:
parent
2b8970a324
commit
0482baa520
@ -29,7 +29,7 @@ LDAP_INCDIR= ../../include
|
||||
LDAP_LIBDIR= ../../libraries
|
||||
|
||||
XLIBS = -lldap -llber
|
||||
XXLIBS =
|
||||
XXLIBS = $(KRB_LIBS)
|
||||
|
||||
apitest: $(LIBRARY) apitest.o $(LDAP_LIBLBER_DEPEND)
|
||||
$(LTLINK) $(LDFLAGS) -o $@ apitest.o $(LIBS)
|
||||
|
@ -32,7 +32,7 @@ LDAP_LIBDIR= ../../libraries
|
||||
|
||||
XDEFS = -DLDAP_R_COMPILE -I$(XXDIR)
|
||||
XLIBS = -lldap_r -llber
|
||||
XXLIBS = $(LUTIL_LIBS)
|
||||
XXLIBS = $(LUTIL_LIBS) $(KRB_LIBS)
|
||||
XXXLIBS = $(LTHREAD_LIBS)
|
||||
|
||||
.links :
|
||||
|
Loading…
Reference in New Issue
Block a user