mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-23 14:09:39 +08:00
remove bogus --only-static from $(COMPILE) def
This commit is contained in:
parent
492bb0263f
commit
099906fafb
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user