From: Howard Chu Date: Thu, 8 Apr 2004 06:01:07 +0000 (+0000) Subject: More static/dynamic cleanup X-Git-Tag: OPENLDAP_REL_ENG_2_2_BP~88 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1b4a03c3db8877a7a5ee7c2c4ab9cd804bce4857;p=openldap More static/dynamic cleanup --- diff --git a/build/top.mk b/build/top.mk index 7808d57f8c..3436a37253 100644 --- a/build/top.mk +++ b/build/top.mk @@ -77,7 +77,9 @@ 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_yes = static +LTONLY_mod = shared +LTONLY_MOD = # --only-$(BUILD_MOD) # platform-specific libtool flags NT_LTFLAGS_LIB = -no-undefined -avoid-version -rpath $(libdir)