* [gentoo-commits] gentoo-x86 commit in media-libs/stk/files/stk-4.4.3: 040_all_sharedliblink.patch
@ 2012-01-15 15:34 Alexis Ballier (aballier)
0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2012-01-15 15:34 UTC (permalink / raw
To: gentoo-commits
aballier 12/01/15 15:34:20
Added: 040_all_sharedliblink.patch
Log:
install soname link for libstk.so too, bug #398651 by Nikos Chantziaras
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Revision Changes Path
1.1 media-libs/stk/files/stk-4.4.3/040_all_sharedliblink.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/stk/files/stk-4.4.3/040_all_sharedliblink.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/stk/files/stk-4.4.3/040_all_sharedliblink.patch?rev=1.1&content-type=text/plain
Index: 040_all_sharedliblink.patch
===================================================================
Index: stk-4.4.3/src/Makefile.in
===================================================================
--- stk-4.4.3.orig/src/Makefile.in
+++ stk-4.4.3/src/Makefile.in
@@ -74,7 +74,7 @@ $(SHAREDLIB) : $(OBJECTS)
$(RM) -f $(@) $(SHAREDLIB).$(MAJOR) $(SHAREDLIB)
$(CC) $(LDFLAGS) -fPIC @libflags@ $(OBJECT_PATH)/*.o $(LIBS)
$(LN) -s @sharedname@ $(SHAREDLIB)
-# $(LN) -s @sharedname@ $(SHAREDLIB).$(MAJOR)
+ $(LN) -s @sharedname@ $(SHAREDLIB).$(MAJOR)
$(OBJECTS) : Stk.h
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-01-15 15:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-15 15:34 [gentoo-commits] gentoo-x86 commit in media-libs/stk/files/stk-4.4.3: 040_all_sharedliblink.patch Alexis Ballier (aballier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox