summaryrefslogtreecommitdiffstats
path: root/unrar
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-07-16 14:31:10 +0000
committer Eric Hameleers <alien@slackware.com>2017-07-16 14:31:10 +0000
commit827e3e377a392f5c6b7902a5370b8ab72aded71c (patch)
tree1747def6746bad4804bc0e0faeb840d3cd58ab30 /unrar
parentbcc24273d7772e3b3a0291a2d26b01fdda0be8be (diff)
downloadasb-827e3e377a392f5c6b7902a5370b8ab72aded71c.tar.gz
asb-827e3e377a392f5c6b7902a5370b8ab72aded71c.tar.xz
unrar: updated the soname patch to version 5.5.x
Diffstat (limited to 'unrar')
-rw-r--r--unrar/build/patches/unrar.soname.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/unrar/build/patches/unrar.soname.patch b/unrar/build/patches/unrar.soname.patch
index 24d250a5..ff2ba391 100644
--- a/unrar/build/patches/unrar.soname.patch
+++ b/unrar/build/patches/unrar.soname.patch
@@ -1,11 +1,11 @@
---- a/makefile 2013-04-29 16:27:05.000000000 +0200
-+++ b/makefile 2013-10-01 22:07:29.611485989 +0200
-@@ -133,7 +133,7 @@
- lib: CXXFLAGS+=$(LIBFLAGS)
+--- a/makefile 2017-06-13 13:04:49.000000000 +0200
++++ b/makefile 2017-06-23 20:29:54.138415405 +0200
+@@ -156,7 +156,7 @@
lib: clean $(OBJECTS) $(LIB_OBJ)
@rm -f libunrar.so
+ @rm -f libunrar.a
- $(LINK) -shared -o libunrar.so $(LDFLAGS) $(OBJECTS) $(LIB_OBJ)
+ $(LINK) -shared -Wl,-soname,libunrar.so.$(libversion) -o libunrar.so.$(libversion) $(LDFLAGS) $(OBJECTS) $(LIB_OBJ)
+ $(AR) rcs libunrar.a $(OBJECTS) $(LIB_OBJ)
install-unrar:
- install -D unrar $(DESTDIR)/bin/unrar