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