bzip2/bzip2-1.0.3-cross_compiling.patch
Silvan Calarco af6e7b359a fix requirements of subpackages to match exact version and release
added build requirements
move documentation files to devel package [release 1.0.6-3mamba;Sun Aug 19 2012]
2024-01-05 21:02:50 +01:00

12 lines
339 B
Diff

--- bzip2-1.0.3/Makefile 2005-09-22 09:40:09.000000000 +0200
+++ bzip2-1.0.3-fix/Makefile 2005-09-22 09:40:42.000000000 +0200
@@ -22,7 +22,7 @@
decompress.o \
bzlib.o
-all: libbz2.a bzip2 bzip2recover test
+all: libbz2.a bzip2 bzip2recover
bzip2: libbz2.a bzip2.o
$(CC) $(CFLAGS) $(LDFLAGS) -o bzip2 bzip2.o -L. -lbz2