mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
ITS#9235 Link test progs with thread libs
This commit is contained in:
parent
a10210db84
commit
c4b6aad6cb
2 changed files with 3 additions and 4 deletions
|
|
@ -55,7 +55,7 @@ LIB_DEFS = -DLDAP_LIBRARY
|
||||||
XLIBS = $(LIBRARY) $(LDAP_LIBLBER_LA) $(LDAP_LIBLUTIL_A)
|
XLIBS = $(LIBRARY) $(LDAP_LIBLBER_LA) $(LDAP_LIBLUTIL_A)
|
||||||
XXLIBS = $(SECURITY_LIBS) $(LUTIL_LIBS)
|
XXLIBS = $(SECURITY_LIBS) $(LUTIL_LIBS)
|
||||||
NT_LINK_LIBS = $(LDAP_LIBLBER_LA) $(AC_LIBS) $(SECURITY_LIBS)
|
NT_LINK_LIBS = $(LDAP_LIBLBER_LA) $(AC_LIBS) $(SECURITY_LIBS)
|
||||||
UNIX_LINK_LIBS = $(LDAP_LIBLBER_LA) $(AC_LIBS) $(SECURITY_LIBS)
|
UNIX_LINK_LIBS = $(LDAP_LIBLBER_LA) $(AC_LIBS) $(SECURITY_LIBS) $(LTHREAD_LIBS)
|
||||||
|
|
||||||
apitest: $(XLIBS) apitest.o
|
apitest: $(XLIBS) apitest.o
|
||||||
$(LTLINK) -o $@ apitest.o $(LIBS)
|
$(LTLINK) -o $@ apitest.o $(LIBS)
|
||||||
|
|
|
||||||
|
|
@ -26,8 +26,7 @@ LDAP_LIBDIR= ../../libraries
|
||||||
|
|
||||||
XLIBS = $(LDAP_LIBLDAP_LA) $(LDAP_LIBLUTIL_A) $(LDAP_LIBLBER_LA)
|
XLIBS = $(LDAP_LIBLDAP_LA) $(LDAP_LIBLUTIL_A) $(LDAP_LIBLBER_LA)
|
||||||
XXLIBS = $(SECURITY_LIBS) $(LUTIL_LIBS)
|
XXLIBS = $(SECURITY_LIBS) $(LUTIL_LIBS)
|
||||||
RLIBS = $(XLIBS) $(XXLIBS) $(AC_LIBS) $(XXXLIBS)
|
XXXLIBS = $(LTHREAD_LIBS)
|
||||||
|
|
||||||
|
|
||||||
OBJS = slapd-common.o
|
OBJS = slapd-common.o
|
||||||
|
|
||||||
|
|
@ -61,5 +60,5 @@ ldif-filter: ldif-filter.o $(XLIBS)
|
||||||
$(LTLINK) -o $@ ldif-filter.o $(LIBS)
|
$(LTLINK) -o $@ ldif-filter.o $(LIBS)
|
||||||
|
|
||||||
slapd-mtread: slapd-mtread.o $(OBJS) $(XLIBS)
|
slapd-mtread: slapd-mtread.o $(OBJS) $(XLIBS)
|
||||||
$(LTLINK) -o $@ slapd-mtread.o $(OBJS) $(RLIBS)
|
$(LTLINK) -o $@ slapd-mtread.o $(OBJS) $(LIBS)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue