From: Kurt Zeilenga Date: Thu, 5 Nov 1998 03:06:12 +0000 (+0000) Subject: Needed -llutil before @LUTIL_LIBS@ X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~1197 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2c644a29f1ed48f016f7a54003a56804706938a9;p=openldap Needed -llutil before @LUTIL_LIBS@ --- diff --git a/servers/ldapd/Makefile.in b/servers/ldapd/Makefile.in index 190e570f60..50c6d6bd59 100644 --- a/servers/ldapd/Makefile.in +++ b/servers/ldapd/Makefile.in @@ -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) diff --git a/servers/slapd/Makefile.in b/servers/slapd/Makefile.in index 502ed69624..f7b4d91020 100644 --- a/servers/slapd/Makefile.in +++ b/servers/slapd/Makefile.in @@ -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) diff --git a/servers/slurpd/Makefile.in b/servers/slurpd/Makefile.in index cabff13e50..4e1316f192 100644 --- a/servers/slurpd/Makefile.in +++ b/servers/slurpd/Makefile.in @@ -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)