Sophie

Sophie

distrib > Mageia > 5 > x86_64 > by-pkgid > 9bbd92a8e64cf5d693815f83c4b1f3da > files > 3

llvm-3.5.2-1.mga5.src.rpm

--- cfe-3.5.0.src/tools/libclang/Makefile.orig	2014-07-16 19:48:33.000000000 +0300
+++ cfe-3.5.0.src/tools/libclang/Makefile	2014-09-04 22:16:30.607096129 +0300
@@ -34,7 +34,7 @@ include $(CLANG_LEVEL)/Makefile
 
 # Add soname to the library.
 ifeq ($(HOST_OS), $(filter $(HOST_OS), Linux FreeBSD GNU GNU/kFreeBSD))
-        LLVMLibsOptions += -Wl,-soname,lib$(LIBRARYNAME)$(SHLIBEXT)
+        LLVMLibsOptions += -Wl,-soname,lib$(LIBRARYNAME)-$(LLVMVersion)$(SHLIBEXT)
 endif
 
 ifeq ($(ENABLE_CLANG_ARCMT),1)