diff options
Diffstat (limited to 'system/bzip2/bzip2-1.0.3-no-test.patch')
-rw-r--r-- | system/bzip2/bzip2-1.0.3-no-test.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/system/bzip2/bzip2-1.0.3-no-test.patch b/system/bzip2/bzip2-1.0.3-no-test.patch new file mode 100644 index 000000000..fc876d504 --- /dev/null +++ b/system/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 |