summaryrefslogtreecommitdiffstats
path: root/system/unrar/unrar-5.5.5-soname.patch
diff options
context:
space:
mode:
Diffstat (limited to 'system/unrar/unrar-5.5.5-soname.patch')
-rw-r--r--system/unrar/unrar-5.5.5-soname.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/system/unrar/unrar-5.5.5-soname.patch b/system/unrar/unrar-5.5.5-soname.patch
deleted file mode 100644
index f0b5dbbd9f..0000000000
--- a/system/unrar/unrar-5.5.5-soname.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- unrar/makefile.orig 2017-06-13 13:04:49.000000000 +0200
-+++ unrar/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: