mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
bzip2: update to 1.0.8
This commit is contained in:
parent
6ab992cefc
commit
ab4165ea17
2 changed files with 13 additions and 13 deletions
|
@ -1,5 +1,5 @@
|
||||||
--- Makefile-libbz2_so.orig 2010-09-11 01:07:52.000000000 +0200
|
--- Makefile-libbz2_so.orig 2019-07-17 21:09:34.798780817 +0200
|
||||||
+++ Makefile-libbz2_so 2013-02-05 14:40:44.940114622 +0100
|
+++ Makefile-libbz2_so 2019-07-17 21:09:47.306781668 +0200
|
||||||
@@ -22,9 +22,9 @@
|
@@ -22,9 +22,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
@ -12,21 +12,21 @@
|
||||||
|
|
||||||
OBJS= blocksort.o \
|
OBJS= blocksort.o \
|
||||||
huffman.o \
|
huffman.o \
|
||||||
@@ -35,10 +35,11 @@ OBJS= blocksort.o \
|
@@ -35,10 +35,11 @@
|
||||||
bzlib.o
|
bzlib.o
|
||||||
|
|
||||||
all: $(OBJS)
|
all: $(OBJS)
|
||||||
- $(CC) -shared -Wl,-soname -Wl,libbz2.so.1.0 -o libbz2.so.1.0.7 $(OBJS)
|
- $(CC) -shared -Wl,-soname -Wl,libbz2.so.1.0 -o libbz2.so.1.0.8 $(OBJS)
|
||||||
+ $(CC) -shared -Wl,-soname -Wl,libbz2.so.1 -o libbz2.so.1.0.7 $(OBJS)
|
+ $(CC) -shared -Wl,-soname -Wl,libbz2.so.1 -o libbz2.so.1.0.8 $(OBJS)
|
||||||
$(CC) $(CFLAGS) -o bzip2-shared bzip2.c libbz2.so.1.0.7
|
$(CC) $(CFLAGS) -o bzip2-shared bzip2.c libbz2.so.1.0.8
|
||||||
rm -f libbz2.so.1.0
|
rm -f libbz2.so.1.0
|
||||||
ln -s libbz2.so.1.0.7 libbz2.so.1.0
|
ln -s libbz2.so.1.0.8 libbz2.so.1.0
|
||||||
+ ln -s libbz2.so.1.0.7 libbz2.so.1
|
+ ln -s libbz2.so.1.0.8 libbz2.so.1
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(OBJS) bzip2.o libbz2.so.1.0.7 libbz2.so.1.0 bzip2-shared
|
rm -f $(OBJS) bzip2.o libbz2.so.1.0.8 libbz2.so.1.0 bzip2-shared
|
||||||
--- Makefile.orig 2013-02-05 14:41:08.980543085 +0100
|
--- Makefile.orig 2019-07-17 21:15:28.649804898 +0200
|
||||||
+++ Makefile 2013-02-05 14:41:34.306940942 +0100
|
+++ Makefile 2019-07-17 21:16:14.981808051 +0200
|
||||||
@@ -15,13 +15,13 @@
|
@@ -15,13 +15,13 @@
|
||||||
SHELL=/bin/sh
|
SHELL=/bin/sh
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'bzip2'
|
# Template file for 'bzip2'
|
||||||
pkgname=bzip2
|
pkgname=bzip2
|
||||||
version=1.0.7
|
version=1.0.8
|
||||||
revision=1
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
short_desc="Freely available, patent free, high-quality data compressor"
|
short_desc="Freely available, patent free, high-quality data compressor"
|
||||||
|
@ -9,7 +9,7 @@ license="bzip2-1.0.6"
|
||||||
homepage="https://sourceware.org/bzip2/"
|
homepage="https://sourceware.org/bzip2/"
|
||||||
changelog="https://sourceware.org/bzip2/CHANGES"
|
changelog="https://sourceware.org/bzip2/CHANGES"
|
||||||
distfiles="https://sourceware.org/pub/bzip2/bzip2-${version}.tar.gz"
|
distfiles="https://sourceware.org/pub/bzip2/bzip2-${version}.tar.gz"
|
||||||
checksum=e768a87c5b1a79511499beb41500bcc4caf203726fff46a6f5f9ad27fe08ab2b
|
checksum=ab5a03176ee106d3f0fa90e381da478ddae405918153cca248e682cd0c4a2269
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make ${makejobs} CFLAGS="$CFLAGS -fPIC $LDFLAGS" LDFLAGS="$LDFLAGS" -f Makefile-libbz2_so
|
make ${makejobs} CFLAGS="$CFLAGS -fPIC $LDFLAGS" LDFLAGS="$LDFLAGS" -f Makefile-libbz2_so
|
||||||
|
|
Loading…
Add table
Reference in a new issue