]> git.pld-linux.org Git - packages/rpm-build-macros.git/commitdiff
- well, tests have shown too many important apps get broken by -as-needed auto/th/rpm-4_4_1-1_3
authorMariusz Mazur <mmazur@pld-linux.org>
Mon, 18 Apr 2005 16:09:09 +0000 (16:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  so I've commented it out for now

Changed files:
    rpm.macros -> 1.206

rpm.macros

index 1ea90c130c31b9499519ba9aa08bb6b3818c10e1..14f2d64bbfdff898631d2c5d6ee5fc28a0c75f3e 100644 (file)
@@ -21,7 +21,8 @@
 %debugcflags   -O0 -g -Wall
 %rpmcflags     %{?debug:%debugcflags}%{!?debug:%optflags}%{?debuginfocflags}
 %rpmcxxflags   %{rpmcflags} -fvisibility-inlines-hidden
-%rpmldflags    -Wl,--as-needed
+%rpmldflags %{nil}
+# %rpmldflags  -Wl,--as-needed
 
 # kernel compiler
 %kgcc          gcc
This page took 0.051354 seconds and 4 git commands to generate.