mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 00:38:38 +00:00

* Add build conflict on libllvm-3.5-ocaml-dev * Remove the override of dh_shlibdeps * Update of the repack script * Use llvm-3.4-dev.links.in to manage the symlinks
14 lines
666 B
Diff
14 lines
666 B
Diff
Index: llvm-toolchain-3.4_3.4~svn209031/tools/llvm-shlib/Makefile
|
|
===================================================================
|
|
--- llvm-toolchain-3.4_3.4~svn209031.orig/tools/llvm-shlib/Makefile
|
|
+++ llvm-toolchain-3.4_3.4~svn209031/tools/llvm-shlib/Makefile
|
|
@@ -78,7 +78,7 @@ endif
|
|
|
|
ifeq ($(HOST_OS), $(filter $(HOST_OS), DragonFly 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))
|