From: Kurt Zeilenga Date: Sun, 10 Feb 2002 05:10:19 +0000 (+0000) Subject: Disable use of --only-* flags X-Git-Tag: OPENLDAP_REL_ENG_2_1_BP~69 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f04f666d1161dfd38fcd9b15d6f3ef4ba744e611;p=openldap Disable use of --only-* flags --- diff --git a/build/top.mk b/build/top.mk index 494896fff1..dac1ce3cb6 100644 --- a/build/top.mk +++ b/build/top.mk @@ -68,7 +68,7 @@ LTONLY_LIB = $(@PLAT@_LTONLY_LIB) # libtool --only flag for modules: depends on linkage of module # The BUILD_MOD_DYNAMIC macro is defined in each backend Makefile.in file -LTONLY_MOD = --only-$(BUILD_MOD_DYNAMIC) +LTONLY_MOD = # --only-$(BUILD_MOD_DYNAMIC) # platform-specific libtool flags NT_LTFLAGS_LIB = -no-undefined -avoid-version -rpath $(libdir)