mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-11-05 18:28:03 +00:00
14 lines
660 B
Diff
14 lines
660 B
Diff
Index: llvm-toolchain-build/tools/llvm-shlib/Makefile
|
|
===================================================================
|
|
--- llvm-toolchain-build.orig/tools/llvm-shlib/Makefile 2013-03-15 09:43:10.000000000 +0100
|
|
+++ llvm-toolchain-build/tools/llvm-shlib/Makefile 2013-03-15 09:43:13.000000000 +0100
|
|
@@ -77,7 +77,7 @@
|
|
|
|
ifeq ($(HOST_OS), $(filter $(HOST_OS), Linux FreeBSD GNU))
|
|
# Add soname to the library.
|
|
- LLVMLibsOptions += -Wl,--soname,lib$(LIBRARYNAME)$(SHLIBEXT) -Wl,-Bsymbolic-functions
|
|
+ LLVMLibsOptions += -Wl,--soname,lib$(LIBRARYNAME)$(SHLIBEXT).1 -Wl,-Bsymbolic-functions
|
|
endif
|
|
|
|
ifeq ($(HOST_OS), $(filter $(HOST_OS), Linux GNU))
|