From 8f708bd879f31dfb5f2beb0e94a13f0bab7abd5b Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 11 Jun 2014 04:49:23 -0400 Subject: Add patch to properly support a shared library. Drop old patch. --- (limited to 'patches/01_disable-automatic-tests.patch') 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" -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 -- cgit v0.9.1