mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 13:40:37 -05:00
Remove last change as Howard's integrated
--only-static, --only-dynamic changes.
This commit is contained in:
parent
68f1e3a55c
commit
c9a7bbf27d
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ LIBSTAT = lib$(LIBBASE).a
|
|||
|
||||
LTFLAGS = --only-$(LINKAGE)
|
||||
|
||||
COMPILE = $(LIBTOOL) --mode=compile $(CC) $(CFLAGS) $(MODDEFS) -c
|
||||
COMPILE = $(LIBTOOL) $(LTFLAGS) --mode=compile $(CC) $(CFLAGS) $(MODDEFS) -c
|
||||
LTLIBLINK = $(LIBTOOL) $(LTFLAGS) --mode=link $(CC) -rpath $(moduledir) \
|
||||
$(CFLAGS) $(LDFLAGS) $(LTVERSION) $(LT_NO_UNDEF)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue