From: LLVM Packaging Team Date: Sun, 12 Mar 2017 08:49:18 +0000 (+0000) Subject: lldb-libname X-Git-Tag: archive/raspbian/1%3.8.1-18+rpi1^2~23 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f7b2c62d17dbf4762979f8d6fd95335726e8aaed;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