]> git.pld-linux.org Git - packages/elfutils.git/commitdiff
- disable run-elflint-self.sh on sparcs and alpha
authortommat <tommat@pld-linux.org>
Thu, 12 Jul 2007 11:12:12 +0000 (11:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    elfutils.spec -> 1.79

elfutils.spec

index a5996e81070bb647a45ca04a2dff611e60e5d5e6..3826c05553af67c146f9f2d25e4764b2e980b572 100644 (file)
@@ -168,6 +168,11 @@ sed -i -e 's/ run-strip-test5\.sh / /' tests/Makefile.am
 # 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
 
This page took 0.181344 seconds and 4 git commands to generate.