summaryrefslogtreecommitdiff
path: root/sys-devel/llvm/files/llvm-3.0-set_soname.patch
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2013-08-02 16:17:36 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2013-08-02 16:17:36 +0300
commit8e1ce3179cf45ad3c7552ce08b3e9d4f0fd45330 (patch)
tree2e29dfe83728653447648e018c20659fe3f74675 /sys-devel/llvm/files/llvm-3.0-set_soname.patch
parentf1bff082bde8e4703f85950fd0d001d64033543b (diff)
cleanup
Diffstat (limited to 'sys-devel/llvm/files/llvm-3.0-set_soname.patch')
-rw-r--r--sys-devel/llvm/files/llvm-3.0-set_soname.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/sys-devel/llvm/files/llvm-3.0-set_soname.patch b/sys-devel/llvm/files/llvm-3.0-set_soname.patch
deleted file mode 100644
index 69ba74d..0000000
--- a/sys-devel/llvm/files/llvm-3.0-set_soname.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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)