SPECS: glibc.spec - filter-out strip flags instead of defining rpm...

sparky sparky at pld-linux.org
Sat Aug 5 22:48:49 CEST 2006


Author: sparky                       Date: Sat Aug  5 20:48:49 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- filter-out strip flags instead of defining rpmldflags to %{nil}

---- Files affected:
SPECS:
   glibc.spec (1.641 -> 1.642) 

---- Diffs:

================================================================
Index: SPECS/glibc.spec
diff -u SPECS/glibc.spec:1.641 SPECS/glibc.spec:1.642
--- SPECS/glibc.spec:1.641	Tue Jul 11 19:59:46 2006
+++ SPECS/glibc.spec	Sat Aug  5 22:48:41 2006
@@ -120,7 +120,7 @@
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # avoid -s here (ld.so must not be stripped to allow any program debugging)
-%define		rpmldflags	%{nil}
+%define		filterout_ld		(-Wl,)?-[sS] (-Wl,)?--strip.*
 %define 	specflags_sparc64	-mcpu=ultrasparc -mvis -fcall-used-g6
 
 # Xen-friendly glibc
@@ -1445,6 +1445,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.642  2006/08/05 20:48:41  sparky
+- filter-out strip flags instead of defining rpmldflags to %{nil}
+
 Revision 1.641  2006/07/11 17:59:46  glen
 - correct BR for postshell compile
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/glibc.spec?r1=1.641&r2=1.642&f=u



More information about the pld-cvs-commit mailing list