diff options
Diffstat (limited to 'sys-libs/glibc/files/glibc-2.2.2-posix-bug-regex2-mem-perl.diff')
-rw-r--r-- | sys-libs/glibc/files/glibc-2.2.2-posix-bug-regex2-mem-perl.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sys-libs/glibc/files/glibc-2.2.2-posix-bug-regex2-mem-perl.diff b/sys-libs/glibc/files/glibc-2.2.2-posix-bug-regex2-mem-perl.diff new file mode 100644 index 000000000000..c42618e8118a --- /dev/null +++ b/sys-libs/glibc/files/glibc-2.2.2-posix-bug-regex2-mem-perl.diff @@ -0,0 +1,12 @@ +--- posix/Makefile~ Thu Feb 15 23:08:40 2001 ++++ posix/Makefile Tue Feb 27 23:26:10 2001 +@@ -139,7 +139,9 @@ + # XXX Please note that for now we ignore the result of this test. + tests: $(objpfx)annexc.out + ifeq (no,$(cross-compiling)) ++ifneq (no,$(PERL)) + tests:$(objpfx)bug-regex2-mem ++endif + endif + + $(objpfx)annexc.out: $(objpfx)annexc |