summaryrefslogtreecommitdiffstats
path: root/system/unrar/unrar-5.0.13-soname.patch
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2013-11-17 12:12:53 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2013-11-17 12:35:07 +0700
commitf27aa31d974f311c1762c02b2ca81c60dd524d54 (patch)
tree4a336b34a8fc9ba0d2dceca497abdcdb620a1531 /system/unrar/unrar-5.0.13-soname.patch
parent3fbb359086fec9ed73ea33ccbd6f9d19b36620e9 (diff)
downloadslackbuilds-f27aa31d974f311c1762c02b2ca81c60dd524d54.tar.gz
slackbuilds-f27aa31d974f311c1762c02b2ca81c60dd524d54.tar.xz
system/unrar: Rework to make rar2fs buildable
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/unrar/unrar-5.0.13-soname.patch')
-rw-r--r--system/unrar/unrar-5.0.13-soname.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/system/unrar/unrar-5.0.13-soname.patch b/system/unrar/unrar-5.0.13-soname.patch
new file mode 100644
index 0000000000..24d250a51d
--- /dev/null
+++ b/system/unrar/unrar-5.0.13-soname.patch
@@ -0,0 +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)
+ lib: clean $(OBJECTS) $(LIB_OBJ)
+ @rm -f libunrar.so
+- $(LINK) -shared -o libunrar.so $(LDFLAGS) $(OBJECTS) $(LIB_OBJ)
++ $(LINK) -shared -Wl,-soname,libunrar.so.$(libversion) -o libunrar.so.$(libversion) $(LDFLAGS) $(OBJECTS) $(LIB_OBJ)
+
+ install-unrar:
+ install -D unrar $(DESTDIR)/bin/unrar