summaryrefslogtreecommitdiffstats
path: root/patches/01_disable-automatic-tests.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/01_disable-automatic-tests.patch')
-rw-r--r--patches/01_disable-automatic-tests.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/patches/01_disable-automatic-tests.patch b/patches/01_disable-automatic-tests.patch
deleted file mode 100644
index 45eb866..0000000
--- a/patches/01_disable-automatic-tests.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-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