mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-03 06:24:26 +00:00
refresh of the patch
This commit is contained in:
parent
9174639990
commit
04f770551b
10
debian/patches/18-soname.patch
vendored
10
debian/patches/18-soname.patch
vendored
@ -1,7 +1,7 @@
|
||||
Index: llvm-toolchain-snapshot_3.4~svn188146/clang/tools/libclang/Makefile
|
||||
Index: llvm-toolchain-snapshot_3.4~svn193628/clang/tools/libclang/Makefile
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/tools/libclang/Makefile 2013-08-11 10:01:26.492734915 +0200
|
||||
+++ llvm-toolchain-snapshot_3.4~svn188146/clang/tools/libclang/Makefile 2013-08-11 10:01:26.488734914 +0200
|
||||
--- llvm-toolchain-snapshot_3.4~svn193628.orig/clang/tools/libclang/Makefile 2013-10-29 18:21:54.358914501 +0100
|
||||
+++ llvm-toolchain-snapshot_3.4~svn193628/clang/tools/libclang/Makefile 2013-10-29 18:22:13.622915201 +0100
|
||||
@@ -14,6 +14,7 @@
|
||||
|
||||
LINK_LIBS_IN_SHARED = 1
|
||||
@ -14,8 +14,8 @@ Index: llvm-toolchain-snapshot_3.4~svn188146/clang/tools/libclang/Makefile
|
||||
|
||||
# Add soname to the library.
|
||||
ifeq ($(HOST_OS), $(filter $(HOST_OS), Linux FreeBSD GNU GNU/kFreeBSD))
|
||||
- LDFLAGS += -Wl,-soname,lib$(LIBRARYNAME)$(SHLIBEXT)
|
||||
+ LDFLAGS += -Wl,-soname,lib$(LIBRARYNAME)$(SHLIBEXT).$(SONAME_MAJOR)
|
||||
- LLVMLibsOptions += -Wl,-soname,lib$(LIBRARYNAME)$(SHLIBEXT)
|
||||
+ LLVMLibsOptions += -Wl,-soname,lib$(LIBRARYNAME)$(SHLIBEXT).$(SONAME_MAJOR)
|
||||
endif
|
||||
|
||||
##===----------------------------------------------------------------------===##
|
||||
|
Loading…
Reference in New Issue
Block a user