tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
llvm: add forgotten patch, WIP
Vladimír Čunát
12 years ago
d45b50ce
70882b98
+12
1 changed file
expand all
collapse all
unified
split
pkgs
development
compilers
llvm
set_soname.patch
+12
pkgs/development/compilers/llvm/set_soname.patch
···
1
1
+
https://bugs.gentoo.org/show_bug.cgi?id=409267
2
2
+
http://llvm.org/bugs/show_bug.cgi?id=12334
3
3
+
--- tools/llvm-shlib/Makefile.orig 2012-03-26 18:14:13.071797115 +0200
4
4
+
+++ tools/llvm-shlib/Makefile 2012-03-26 17:31:12.491196254 +0200
5
5
+
@@ -67,6 +67,7 @@
6
6
+
# Include everything from the .a's into the shared library.
7
7
+
LLVMLibsOptions := -Wl,--whole-archive $(LLVMLibsOptions) \
8
8
+
-Wl,--no-whole-archive
9
9
+
+ LLVMLibsOptions += -Wl,--soname,lib$(LIBRARYNAME)$(SHLIBEXT)
10
10
+
endif
11
11
+
12
12
+
ifeq ($(HOST_OS),Linux)