From: LLVM Packaging Team Date: Fri, 11 Nov 2016 15:14:31 +0000 (+0000) Subject: lldb-libname X-Git-Tag: archive/raspbian/1%3.8.1-17+rpi1~5^2^2~20 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f8fb1e2ad4a563781e7b6c8126e11565f8bd20f3;p=llvm-toolchain-3.8.git lldb-libname =================================================================== Gbp-Pq: Name lldb-libname.diff --- diff --git a/lldb/lib/Makefile b/lldb/lib/Makefile index aa005195..73a82d14 100644 --- a/lldb/lib/Makefile +++ b/lldb/lib/Makefile @@ -192,7 +192,7 @@ ifeq ($(HOST_OS), $(filter $(HOST_OS), Linux GNU GNU/kFreeBSD)) LLVMLibsOptions += -Wl,--no-undefined # Link in python LLVMLibsOptions += $(PYTHON_BUILD_FLAGS) -lrt -ledit -lncurses -lpanel -lpthread - LLVMLibsOptions += -Wl,--soname,lib$(LIBRARYNAME)$(SHLIBEXT).$(SONAME_EXTENSION) + LLVMLibsOptions += -Wl,--soname,lib$(LIBRARYNAME)-$(LLVM_VERSION_MAJOR).$(LLVM_VERSION_MINOR)$(SHLIBEXT) ifneq (,$(filter $(shell dpkg-architecture -qDEB_HOST_ARCH), mips mipsel powerpc powerpcspe)) # Link GCC atomic helper library LLVMLibsOptions += -latomic