[git commit] libubacktrace: use .so.$(ABI_VERSION)

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Fri Nov 18 07:49:25 UTC 2011


commit: http://git.uclibc.org/uClibc/commit/?id=69cba61dd27f2a9c4c34f596ed9d1b7cd0441f74
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Thanks to William Pitcock for noticing

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 Rules.mak |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Rules.mak b/Rules.mak
index 4e4baf9..a5b6901 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -118,7 +118,7 @@ export MAJOR_VERSION MINOR_VERSION SUBLEVEL VERSION ABI_VERSION LC_ALL
 
 LIBC := libc
 SHARED_LIBNAME := $(LIBC).so.$(ABI_VERSION)
-UBACKTRACE_DSO := libubacktrace.so.$(MAJOR_VERSION)
+UBACKTRACE_DSO := libubacktrace.so.$(ABI_VERSION)
 ifneq ($(findstring  $(TARGET_ARCH) , hppa64 ia64 mips64 powerpc64 s390x sparc64 x86_64 ),)
 UCLIBC_LDSO_NAME := ld64-uClibc
 ARCH_NATIVE_BIT := 64


More information about the uClibc-cvs mailing list