diff options
Diffstat (limited to 'main/bzip2/bzip2-1.0.3-no-test.patch')
-rw-r--r-- | main/bzip2/bzip2-1.0.3-no-test.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/main/bzip2/bzip2-1.0.3-no-test.patch b/main/bzip2/bzip2-1.0.3-no-test.patch new file mode 100644 index 0000000000..fc876d5044 --- /dev/null +++ b/main/bzip2/bzip2-1.0.3-no-test.patch @@ -0,0 +1,9 @@ +--- ./Makefile ++++ ./Makefile +@@ -23,5 +23,5 @@ + bzlib.o + +-all: libbz2.a bzip2 bzip2recover test ++all: libbz2.a bzip2 bzip2recover + + bzip2: libbz2.a bzip2.o |