SPECS: elfutils.spec - disable run-elflint-self.sh on sparcs and a...

tommat tommat at pld-linux.org
Thu Jul 12 13:12:17 CEST 2007


Author: tommat                       Date: Thu Jul 12 11:12:17 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- disable run-elflint-self.sh on sparcs and alpha

---- Files affected:
SPECS:
   elfutils.spec (1.78 -> 1.79) 

---- Diffs:

================================================================
Index: SPECS/elfutils.spec
diff -u SPECS/elfutils.spec:1.78 SPECS/elfutils.spec:1.79
--- SPECS/elfutils.spec:1.78	Tue Jun 12 19:09:20 2007
+++ SPECS/elfutils.spec	Thu Jul 12 13:12:12 2007
@@ -169,6 +169,11 @@
 # make check depends on test-nlist not stripped
 %{__perl} -pi -e 's/^(LDFLAGS =.*)-s/$1/' tests/Makefile
 
+# disable test failing on specific archs
+%ifarch sparc sparc64 alpha
+%{__perl} -pi -e 's/run-elflint-self.sh//' tests/Makefile
+%endif
+
 %{__make}
 %{__make} -C debian/man
 
@@ -247,6 +252,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.79  2007/07/12 11:12:12  tommat
+- disable run-elflint-self.sh on sparcs and alpha
+
 Revision 1.78  2007/06/12 17:09:20  arekm
 - rel 2
 
================================================================

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



More information about the pld-cvs-commit mailing list