* [gentoo-commits] gentoo-x86 commit in sys-devel/llvm/files: llvm-3.0-set_soname.patch
@ 2012-03-27 8:06 Bernard Cafarelli (voyageur)
0 siblings, 0 replies; only message in thread
From: Bernard Cafarelli (voyageur) @ 2012-03-27 8:06 UTC (permalink / raw
To: gentoo-commits
voyageur 12/03/27 08:06:03
Added: llvm-3.0-set_soname.patch
Log:
Set soname in shared library, bug #409267 by ryao
(Portage version: 2.2.0_alpha95/cvs/Linux x86_64)
Revision Changes Path
1.1 sys-devel/llvm/files/llvm-3.0-set_soname.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/files/llvm-3.0-set_soname.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/files/llvm-3.0-set_soname.patch?rev=1.1&content-type=text/plain
Index: llvm-3.0-set_soname.patch
===================================================================
https://bugs.gentoo.org/show_bug.cgi?id=409267
http://llvm.org/bugs/show_bug.cgi?id=12334
--- tools/llvm-shlib/Makefile.orig 2012-03-26 18:14:13.071797115 +0200
+++ tools/llvm-shlib/Makefile 2012-03-26 17:31:12.491196254 +0200
@@ -67,6 +67,7 @@
# Include everything from the .a's into the shared library.
LLVMLibsOptions := -Wl,--whole-archive $(LLVMLibsOptions) \
-Wl,--no-whole-archive
+ LLVMLibsOptions += -Wl,--soname,lib$(LIBRARYNAME)$(SHLIBEXT)
endif
ifeq ($(HOST_OS),Linux)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-03-27 8:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-27 8:06 [gentoo-commits] gentoo-x86 commit in sys-devel/llvm/files: llvm-3.0-set_soname.patch Bernard Cafarelli (voyageur)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox