From: LLVM Packaging Team Date: Mon, 9 Jan 2017 20:24:17 +0000 (+0000) Subject: lldb-libname X-Git-Tag: archive/raspbian/1%3.8.1-17+rpi1~5^2~23 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a723823c4cac27f0d6b134311e6dcb8d090a1dd6;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