llvm-toolchain/debian/patches/0044-soname.diff
2013-08-22 07:18:24 +00:00

14 lines
737 B
Diff

Index: llvm-toolchain-snapshot_3.4~svn188990/tools/llvm-shlib/Makefile
===================================================================
--- llvm-toolchain-snapshot_3.4~svn188990.orig/tools/llvm-shlib/Makefile 2013-08-22 09:07:26.632608808 +0200
+++ llvm-toolchain-snapshot_3.4~svn188990/tools/llvm-shlib/Makefile 2013-08-22 09:07:26.624608808 +0200
@@ -76,7 +76,7 @@
ifeq ($(HOST_OS), $(filter $(HOST_OS), Linux FreeBSD GNU/kFreeBSD 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 GNU/kFreeBSD))