summaryrefslogtreecommitdiffstats
path: root/patches/01_disable-automatic-tests.patch
blob: 45eb86602f4076ec62723a520439d510acc4960e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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