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
openldap
OpenLDAP
Commits
b1868895
Commit
b1868895
authored
Oct 01, 2000
by
Kurt Zeilenga
Browse files
Fix last commit
parent
17d9a263
Changes
3
Hide whitespace changes
Inline
Side-by-side
build/lib-shared.mk
View file @
b1868895
...
...
@@ -14,8 +14,8 @@ NT_DYN_LT_NO_UNDEF = -no-undefined
LT_NO_UNDEF
=
$
(
@PLAT@_@LIB_LINKAGE@_LT_NO_UNDEF
)
COMPILE
=
$(LIBTOOL)
$(LTFLAGS)
--mode
=
compile
$(CC)
$(CFLAGS)
$(EXTRA_DEFS)
-c
LTLIBLINK
=
$(LIBTOOL)
$(LTFLAGS)
--mode
=
link
-rpath
$(libdir)
\
$(CC)
$(CFLAGS)
$(LDFLAGS)
$(LTVERSION)
$(LT_NO_UNDEF)
LTLIBLINK
=
$(LIBTOOL)
$(LTFLAGS)
--mode
=
link
$(CC)
-rpath
$(libdir)
\
$(CFLAGS)
$(LDFLAGS)
$(LTVERSION)
$(LT_NO_UNDEF)
MKDEPFLAG
=
-l
...
...
build/mod.mk
View file @
b1868895
...
...
@@ -13,8 +13,8 @@ LIBSTAT = lib$(LIBBASE).a
LTFLAGS
=
--only-
$(LINKAGE)
COMPILE
=
$(LIBTOOL)
$(LTFLAGS)
--mode
=
compile
$(CC)
$(CFLAGS)
$(MODDEFS)
-c
LTLIBLINK
=
$(LIBTOOL)
$(LTFLAGS)
--mode
=
link
-rpath
$(moduledir)
\
$(CC)
$(CFLAGS)
$(LDFLAGS)
$(LTVERSION)
$(LT_NO_UNDEF)
LTLIBLINK
=
$(LIBTOOL)
$(LTFLAGS)
--mode
=
link
$(CC)
-rpath
$(moduledir)
\
$(CFLAGS)
$(LDFLAGS)
$(LTVERSION)
$(LT_NO_UNDEF)
MKDEPFLAG
=
-l
...
...
build/top.mk
View file @
b1868895
...
...
@@ -57,8 +57,8 @@ MKVERSION = $(top_srcdir)/build/mkversion -v "$(VERSION)"
LIBTOOL
=
@LIBTOOL@
LIBVERSION
=
@OPENLDAP_LIBVERSION@
LTVERSION
=
-version-info
$(LIBVERSION)
LTLINK
=
$(LIBTOOL)
--mode
=
link
-rpath
$(libdir)
\
$(CC)
$(CFLAGS)
$(LDFLAGS)
LTLINK
=
$(LIBTOOL)
--mode
=
link
$(CC)
-rpath
$(libdir)
\
$(CFLAGS)
$(LDFLAGS)
LTINSTALL
=
$(LIBTOOL)
--mode
=
install
$(INSTALL)
# Misc UNIX commands used in build environment
...
...
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