From 8490839ffd2e2ef8b96f587efef06f83a5aff408 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 18 Nov 2015 10:46:57 +0000 Subject: [PATCH] refresh of the patches --- debian/patches/0021-shared-lib-debian.patch | 10 +++++----- debian/patches/0044-soname.diff | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/debian/patches/0021-shared-lib-debian.patch b/debian/patches/0021-shared-lib-debian.patch index b6291fb7..ac970804 100644 --- a/debian/patches/0021-shared-lib-debian.patch +++ b/debian/patches/0021-shared-lib-debian.patch @@ -1,7 +1,7 @@ -Index: llvm-toolchain-snapshot_3.7~svn241915/tools/llvm-shlib/Makefile +Index: llvm-toolchain-3.7_3.7.1~+rc1/tools/llvm-shlib/Makefile =================================================================== ---- llvm-toolchain-snapshot_3.7~svn241915.orig/tools/llvm-shlib/Makefile -+++ llvm-toolchain-snapshot_3.7~svn241915/tools/llvm-shlib/Makefile +--- llvm-toolchain-3.7_3.7.1~+rc1.orig/tools/llvm-shlib/Makefile ++++ llvm-toolchain-3.7_3.7.1~+rc1/tools/llvm-shlib/Makefile @@ -41,6 +41,12 @@ LLVMLibsOptions := $(IncludeInLibLlvm:$( LLVMLibsPaths := $(IncludeInLibLlvm) @@ -19,8 +19,8 @@ Index: llvm-toolchain-snapshot_3.7~svn241915/tools/llvm-shlib/Makefile ifeq ($(HOST_OS), $(filter $(HOST_OS), DragonFly Linux FreeBSD GNU/kFreeBSD GNU)) # Add soname to the library. -- LLVMLibsOptions += -Wl,--soname,lib$(LIBRARYNAME)$(SHLIBEXT) -+ LLVMLibsOptions += -Wl,--soname,lib$(LIBRARYNAME)$(SHLIBEXT) -Wl,-Bsymbolic-functions +- LLVMLibsOptions += -Wl,--soname,lib$(LIBRARYNAME).1$(SHLIBEXT) ++ LLVMLibsOptions += -Wl,--soname,lib$(LIBRARYNAME).1$(SHLIBEXT) -Wl,-Bsymbolic-functions endif ifeq ($(HOST_OS), $(filter $(HOST_OS), Linux GNU GNU/kFreeBSD)) diff --git a/debian/patches/0044-soname.diff b/debian/patches/0044-soname.diff index e478bc77..0bf8f1c8 100644 --- a/debian/patches/0044-soname.diff +++ b/debian/patches/0044-soname.diff @@ -1,12 +1,12 @@ -Index: llvm-toolchain-snapshot_3.7~svn241915/tools/llvm-shlib/Makefile +Index: llvm-toolchain-3.7_3.7.1~+rc1/tools/llvm-shlib/Makefile =================================================================== ---- llvm-toolchain-snapshot_3.7~svn241915.orig/tools/llvm-shlib/Makefile -+++ llvm-toolchain-snapshot_3.7~svn241915/tools/llvm-shlib/Makefile +--- llvm-toolchain-3.7_3.7.1~+rc1.orig/tools/llvm-shlib/Makefile ++++ llvm-toolchain-3.7_3.7.1~+rc1/tools/llvm-shlib/Makefile @@ -67,7 +67,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).1$(SHLIBEXT) -Wl,-Bsymbolic-functions + LLVMLibsOptions += -Wl,--soname,lib$(LIBRARYNAME)$(SHLIBEXT).1 -Wl,-Bsymbolic-functions endif