mirror of
https://abf.rosa.ru/djam/llvm.git
synced 2025-02-24 16:52:50 +00:00
11 lines
561 B
Diff
11 lines
561 B
Diff
--- tools/libclang/Makefile.orig 2013-11-24 12:16:59.090803758 +0100
|
|
+++ tools/libclang/Makefile 2013-11-24 12:18:08.983807239 +0100
|
|
@@ -30,7 +30,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)-$(LLVM_VERSION_MAJOR).$(LLVM_VERSION_MINOR)$(SHLIBEXT)
|
|
endif
|
|
|
|
##===----------------------------------------------------------------------===##
|