diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-06-10 23:15:22 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-06-11 04:45:13 (EDT) |
commit | b87992a2dd30c567e88cb4da3815e3e457a5c388 (patch) | |
tree | ebb8cd75d1cdf14d13ea5d5023c32f96b60e0d57 | |
parent | 7d8deb2031bd6ecdc20a238105462089efc47d4f (diff) |
Add patch to disable automatic tests.
-rw-r--r-- | patches/01_disable-automatic-tests.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/patches/01_disable-automatic-tests.patch b/patches/01_disable-automatic-tests.patch new file mode 100644 index 0000000..45eb866 --- /dev/null +++ b/patches/01_disable-automatic-tests.patch @@ -0,0 +1,15 @@ +Author: "P. J. McDermott" <pj@pehjota.net> +Subject: Disable automatic tests + +diff -Naur src.orig/Makefile src/Makefile +--- src.orig/Makefile 2010-09-10 18:46:02.000000000 -0400 ++++ src/Makefile 2014-06-10 23:12:09.370735429 -0400 +@@ -35,7 +35,7 @@ + decompress.o \ + bzlib.o + +-all: libbz2.a bzip2 bzip2recover test ++all: libbz2.a bzip2 bzip2recover #test + + bzip2: libbz2.a bzip2.o + $(CC) $(CFLAGS) $(LDFLAGS) -o bzip2 bzip2.o -L. -lbz2 |