From 5534a3d40c30848fe5e68b8df0929d29f4090f3d Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Wed, 14 Jul 1999 18:06:10 +0000 Subject: [PATCH] Move LDAP_LIBFLAGS to LDFLAGS --- CHANGES | 1 + build/top.mk | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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 -- 2.47.2