mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
f27aa31d97
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
11 lines
449 B
Diff
11 lines
449 B
Diff
--- 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
|