SPECS: elfutils.spec - filter-out strip flags -- fails to build: i...

sparky sparky at pld-linux.org
Sat Aug 5 22:59:10 CEST 2006


Author: sparky                       Date: Sat Aug  5 20:59:10 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- filter-out strip flags -- fails to build: it's trying to filter those flags
  but leaves empty -Wl,

---- Files affected:
SPECS:
   elfutils.spec (1.56 -> 1.57) 

---- Diffs:

================================================================
Index: SPECS/elfutils.spec
diff -u SPECS/elfutils.spec:1.56 SPECS/elfutils.spec:1.57
--- SPECS/elfutils.spec:1.56	Sat Jul 22 11:21:28 2006
+++ SPECS/elfutils.spec	Sat Aug  5 22:59:05 2006
@@ -39,6 +39,9 @@
 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
@@ -225,6 +228,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.57  2006/08/05 20:59:05  sparky
+- filter-out strip flags -- fails to build: it's trying to filter those flags
+  but leaves empty -Wl,
+
 Revision 1.56  2006/07/22 09:21:28  qboosh
 - updated to 0.122
 - updated portability,robustify patches and added cast patch from FC
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/elfutils.spec?r1=1.56&r2=1.57&f=u



More information about the pld-cvs-commit mailing list