parent
9c998159ed
commit
dfaf2fc34d
|
@ -1,12 +0,0 @@
|
|||
Patch from: https://bugzilla.redhat.com/show_bug.cgi?id=1319648
|
||||
|
||||
--- ./bzip2recover.c.old 2016-03-22 08:49:38.855620000 +0100
|
||||
+++ ./bzip2recover.c 2016-03-30 10:22:27.341430099 +0200
|
||||
@@ -458,6 +458,7 @@ Int32 main ( Int32 argc, Char** argv )
|
||||
bsPutUChar ( bsWr, 0x50 ); bsPutUChar ( bsWr, 0x90 );
|
||||
bsPutUInt32 ( bsWr, blockCRC );
|
||||
bsClose ( bsWr );
|
||||
+ outFile = NULL;
|
||||
}
|
||||
if (wrBlock >= rbCtr) break;
|
||||
wrBlock++;
|
|
@ -16,15 +16,15 @@
|
|||
bzlib.o
|
||||
|
||||
all: $(OBJS)
|
||||
- $(CC) -shared -Wl,-soname -Wl,libbz2.so.1.0 -o libbz2.so.1.0.6 $(OBJS)
|
||||
+ $(CC) -shared -Wl,-soname -Wl,libbz2.so.1 -o libbz2.so.1.0.6 $(OBJS)
|
||||
$(CC) $(CFLAGS) -o bzip2-shared bzip2.c libbz2.so.1.0.6
|
||||
- $(CC) -shared -Wl,-soname -Wl,libbz2.so.1.0 -o libbz2.so.1.0.7 $(OBJS)
|
||||
+ $(CC) -shared -Wl,-soname -Wl,libbz2.so.1 -o libbz2.so.1.0.7 $(OBJS)
|
||||
$(CC) $(CFLAGS) -o bzip2-shared bzip2.c libbz2.so.1.0.7
|
||||
rm -f libbz2.so.1.0
|
||||
ln -s libbz2.so.1.0.6 libbz2.so.1.0
|
||||
+ ln -s libbz2.so.1.0.6 libbz2.so.1
|
||||
ln -s libbz2.so.1.0.7 libbz2.so.1.0
|
||||
+ ln -s libbz2.so.1.0.7 libbz2.so.1
|
||||
|
||||
clean:
|
||||
rm -f $(OBJS) bzip2.o libbz2.so.1.0.6 libbz2.so.1.0 bzip2-shared
|
||||
rm -f $(OBJS) bzip2.o libbz2.so.1.0.7 libbz2.so.1.0 bzip2-shared
|
||||
--- Makefile.orig 2013-02-05 14:41:08.980543085 +0100
|
||||
+++ Makefile 2013-02-05 14:41:34.306940942 +0100
|
||||
@@ -15,13 +15,13 @@
|
||||
|
|
|
@ -1,16 +1,15 @@
|
|||
# Template file for 'bzip2'
|
||||
pkgname=bzip2
|
||||
version=1.0.6
|
||||
revision=14
|
||||
version=1.0.7
|
||||
revision=1
|
||||
bootstrap=yes
|
||||
short_desc="The bzip2 compression library"
|
||||
short_desc="Freely available, patent free, high-quality data compressor"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
license="bzip2-1.0.6"
|
||||
homepage="http://sources.redhat.com/bzip2"
|
||||
# Currently not available
|
||||
# distfiles="http://sources.redhat.com/pub/bzip2/v${version/./}/${pkgname}-${version}.tar.gz"
|
||||
distfiles="https://fossies.org/linux/misc/bzip2-${version}.tar.gz"
|
||||
checksum=a2848f34fcd5d6cf47def00461fcb528a0484d8edef8208d6d2e2909dc61d9cd
|
||||
homepage="https://sourceware.org/bzip2/"
|
||||
changelog="https://sourceware.org/bzip2/CHANGES"
|
||||
distfiles="https://sourceware.org/pub/bzip2/bzip2-${version}.tar.gz"
|
||||
checksum=e768a87c5b1a79511499beb41500bcc4caf203726fff46a6f5f9ad27fe08ab2b
|
||||
|
||||
do_build() {
|
||||
make ${makejobs} CFLAGS="$CFLAGS -fPIC $LDFLAGS" LDFLAGS="$LDFLAGS" -f Makefile-libbz2_so
|
||||
|
|
Loading…
Reference in New Issue