Files
glibc/glibc-testsuite.patch
Stephan Kulow 197ba6a3b6 Accepting request 114966 from Base:System
Fix building for PowerPC and GCC 4.7 (forwarded request 114965 from a_jaeger)

OBS-URL: https://build.opensuse.org/request/show/114966
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=106
2012-04-23 14:10:37 +00:00

16 lines
627 B
Diff

test-lfs runs for ever on ReiserFS. Let's disable it completely.
Index: glibc-2.15/io/Makefile
===================================================================
--- glibc-2.15.orig/io/Makefile
+++ glibc-2.15/io/Makefile
@@ -64,7 +64,7 @@ static-only-routines = stat fstat lstat
others := pwd
test-srcs := ftwtest
-tests := test-utime test-stat test-stat2 test-lfs tst-getcwd \
+tests := test-utime test-stat test-stat2 tst-getcwd \
tst-fcntl bug-ftw1 bug-ftw2 bug-ftw3 bug-ftw4 tst-statvfs \
tst-openat tst-unlinkat tst-fstatat tst-futimesat \
tst-renameat tst-fchownat tst-fchmodat tst-faccessat \