]> git.pld-linux.org Git - packages/glibc.git/commitdiff
- test suite fixes
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 9 Jan 2013 21:47:03 +0000 (22:47 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 9 Jan 2013 21:47:34 +0000 (22:47 +0100)
glibc.spec

index 79e16d837a5547883091e07483d2a66557bf9a61..f581178c59a4042bf9901d1d4ae0db071280f2a7 100644 (file)
@@ -62,6 +62,7 @@ Patch8:               %{name}-missing-nls.patch
 Patch9:                %{name}-java-libc-wait.patch
 Patch10:       %{name}-info.patch
 Patch11:       %{name}-autoconf.patch
+Patch12:       %{name}-format.patch
 
 Patch14:       %{name}-sparc-errno_fix.patch
 Patch15:       %{name}-new-charsets.patch
@@ -942,6 +943,7 @@ exit 1
 %patch9 -p1
 %patch10 -p1
 %patch11 -p1
+%patch12 -p1
 
 %patch14 -p0
 %patch15 -p1
@@ -1027,7 +1029,7 @@ cd ..
 %if %{with tests}
 cd builddir
 env LANGUAGE=C LC_ALL=C \
-%{__make} tests 2>&1 | awk '
+%{__make} -j1 tests 2>&1 | awk '
 BEGIN { file = "" }
 {
        if (($0 ~ /\*\*\* \[.*\.out\] Error/) && ($0 !~ /annexc/) && (file == "")) {
This page took 4.050125 seconds and 4 git commands to generate.