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
099906fa
Commit
099906fa
authored
Oct 01, 2000
by
Kurt Zeilenga
Browse files
remove bogus --only-static from $(COMPILE) def
parent
492bb026
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/mod.mk
View file @
099906fa
...
...
@@ -12,7 +12,7 @@ LIBSTAT = lib$(LIBBASE).a
LTFLAGS
=
--only-
$(LINKAGE)
COMPILE
=
$(LIBTOOL)
$(LTFLAGS)
--mode
=
compile
$(CC)
$(CFLAGS)
$(MODDEFS)
-c
COMPILE
=
$(LIBTOOL)
--mode
=
compile
$(CC)
$(CFLAGS)
$(MODDEFS)
-c
LTLIBLINK
=
$(LIBTOOL)
$(LTFLAGS)
--mode
=
link
$(CC)
-rpath
$(moduledir)
\
$(CFLAGS)
$(LDFLAGS)
$(LTVERSION)
$(LT_NO_UNDEF)
...
...
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