mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-19 14:30:57 +08:00
Move LDAP_LIBFLAGS to LDFLAGS
This commit is contained in:
parent
b334171a87
commit
5534a3d40c
1
CHANGES
1
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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user