diff options
Diffstat (limited to 'sys-libs/glibc/files/glibc-2.2.2-mtrace-perl.diff')
-rw-r--r-- | sys-libs/glibc/files/glibc-2.2.2-mtrace-perl.diff | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sys-libs/glibc/files/glibc-2.2.2-mtrace-perl.diff b/sys-libs/glibc/files/glibc-2.2.2-mtrace-perl.diff new file mode 100644 index 000000000000..35c8fcaf92b5 --- /dev/null +++ b/sys-libs/glibc/files/glibc-2.2.2-mtrace-perl.diff @@ -0,0 +1,14 @@ +--- malloc/Makefile~ Mon Feb 19 15:17:55 2001 ++++ malloc/Makefile Mon Feb 19 15:20:06 2001 +@@ -100,9 +100,11 @@ + + ifeq (no,$(cross-compiling)) + ifeq (yes,$(build-shared)) ++ifneq (no,$(PERL)) + tests: $(objpfx)tst-mtrace.out + $(objpfx)tst-mtrace.out: tst-mtrace.sh $(objpfx)tst-mtrace + $(SHELL) -e $< $(common-objpfx) ++endif + endif + endif + |