summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--patches/01_disable-automatic-tests.patch15
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