llvm-toolchain/debian/patches/0044-soname.diff
2013-03-15 08:44:58 +00:00

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))