]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- rpmcflags += -Wl,--as-needed
authorPaweł Sikora <pluto@pld-linux.org>
Sat, 16 Apr 2005 09:08:09 +0000 (09:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.202

rpm.macros

index 1c28034d11511feb031172ccc6635d612655e104..1f8a60266209cdf8348802d9adab228918b958f0 100644 (file)
@@ -19,7 +19,7 @@
 %debuginfocflags       %{expand:%%define __dic_%{?_enable_debug_packages} 1}%{?__dic_1: -ggdb}%{expand:%%undefine __dic_%{?_enable_debug_packages}}
 
 %debugcflags   -O0 -g -Wall
-%rpmcflags     %{?debug:%debugcflags}%{!?debug:%optflags}%{?debuginfocflags}
+%rpmcflags     %{?debug:%debugcflags}%{!?debug:%optflags}%{?debuginfocflags} -Wl,--as-needed
 %rpmcxxflags   %{rpmcflags} -fvisibility-inlines-hidden
 %rpmldflags    %{nil}
 
This page took 0.043596 seconds and 4 git commands to generate.