mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-17 14:00:30 +08:00
Needed -llutil before @LUTIL_LIBS@
This commit is contained in:
parent
c230adae6b
commit
2c644a29f1
@ -17,7 +17,7 @@ LDAP_LIBDIR= ../../libraries
|
||||
BUILD_OPT = "--enable-ldapd"
|
||||
BUILD_SRV = @BUILD_LDAPD@
|
||||
|
||||
XLIBS= @LDAPD_LIBS@ @LUTIL_LIBS@
|
||||
XLIBS= @LDAPD_LIBS@ -llutil @LUTIL_LIBS@
|
||||
|
||||
all-local: $(PROGRAMS)
|
||||
|
||||
|
@ -30,7 +30,7 @@ all-local: FORCE
|
||||
(cd tools; $(MAKE) $(MFLAGS) all)
|
||||
|
||||
XLIBS = @SLAPD_LIBS@ libbackends.a \
|
||||
-lavl -llutil -lldbm @LDBM_LIBS@ -llthread @LTHREAD_LIBS@ @LUTIL_LIBS@
|
||||
-lavl -lldbm @LDBM_LIBS@ -llthread @LTHREAD_LIBS@ -llutil @LUTIL_LIBS@
|
||||
|
||||
slapd: version.o
|
||||
$(CC) $(LDFLGS) -o $@ $(OBJS) version.o $(LIBS)
|
||||
|
@ -20,7 +20,7 @@ BUILD_SRV = @BUILD_SLURPD@
|
||||
|
||||
all-local: slurpd
|
||||
|
||||
XLIBS = @SLURPD_LIBS@ -llthread @LTHREAD_LIBS@ @LUTIL_LIBS@
|
||||
XLIBS = @SLURPD_LIBS@ -llthread @LTHREAD_LIBS@ -llutil @LUTIL_LIBS@
|
||||
|
||||
slurpd: version.o
|
||||
$(CC) $(LDFLAGS) -o $@ $(OBJS) version.o $(LIBS)
|
||||
|
Loading…
Reference in New Issue
Block a user