]> git.pld-linux.org Git - packages/elfutils.git/commitdiff
- filter-out strip flags -- fails to build: it's trying to filter those flags
authorsparky <sparky@pld-linux.org>
Sat, 5 Aug 2006 20:59:05 +0000 (20:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  but leaves empty -Wl,

Changed files:
    elfutils.spec -> 1.57

elfutils.spec

index 3a34133e6facc104bb9232c58595e558fce5470f..ec3c71def3d76a742efb8871612e04ed9c1d09ff 100644 (file)
@@ -38,6 +38,9 @@ BuildRequires:        sharutils
 Requires:      %{name}-libelf = %{version}-%{release}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+# fails to build with -Wl,-s
+%define                filterout_ld    (-Wl,)?-[sS] (-Wl,)?--strip.*
+
 %define                _programprefix  eu-
 
 %description
This page took 0.196123 seconds and 4 git commands to generate.