From: Kurt Zeilenga Date: Wed, 14 Jul 1999 18:06:10 +0000 (+0000) Subject: Move LDAP_LIBFLAGS to LDFLAGS X-Git-Tag: OPENLDAP_REL_ENG_1_2_4~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5534a3d40c30848fe5e68b8df0929d29f4090f3d;p=thirdparty%2Fopenldap.git Move LDAP_LIBFLAGS to LDFLAGS --- diff --git a/CHANGES b/CHANGES index 552773677b..ae70796cd4 100644 --- a/CHANGES +++ b/CHANGES @@ -13,6 +13,7 @@ Changes included in OpenLDAP 1.2 Release Engineering Added ac/time.h to slap.h for IRIX (ITS#223) Added sys/select.h detection Fix xrpcomp $libexecdir sed + Move LDAP_LIBPATH to LDFLAGS Changes included in OpenLDAP 1.2.3 CVS Tag: OPENLDAP_REL_ENG_1_2_3 diff --git a/build/top.mk b/build/top.mk index 28470d53d0..19f4dfe314 100644 --- a/build/top.mk +++ b/build/top.mk @@ -120,9 +120,9 @@ SLURPD_LIBS = @SLURPD_LIBS@ # Our Defaults CC = $(AC_CC) DEFS = $(LDAP_INCPATH) $(XINCPATH) $(XDEFS) $(AC_DEFS) $(DEFINES) -LIBS = $(LDAP_LIBPATH) $(XLIBS) $(XXLIBS) $(AC_LIBS) $(XXXLIBS) +LIBS = $(XLIBS) $(XXLIBS) $(AC_LIBS) $(XXXLIBS) CFLAGS = $(AC_CFLAGS) $(DEFS) -LDFLAGS = $(AC_LDFLAGS) $(XLDFLAGS) +LDFLAGS = $(LDAP_LIBPATH) $(AC_LDFLAGS) $(XLDFLAGS) all: all-common all-local FORCE install: install-common install-local FORCE