Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
orbea -
OpenLDAP
Commits
5534a3d4
Commit
5534a3d4
authored
Jul 14, 1999
by
Kurt Zeilenga
Browse files
Move LDAP_LIBFLAGS to LDFLAGS
parent
b334171a
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
5534a3d4
...
...
@@ -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
...
...
build/top.mk
View file @
5534a3d4
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment