[git commit prelink] libubacktrace: Fix ASNEEDED emission

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Fri Jun 24 14:27:36 UTC 2011


commit: http://git.uclibc.org/uClibc/commit/?id=399ab8e650e03cffbe8f1e687192d33f3bf942ad
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/prelink

In master the variable is called SHARED_LIBNAME and not
SHARED_MAJORNAME.

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

diff --git a/Makefile.in b/Makefile.in
index 2f8370b..8ed5f8f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -338,7 +338,7 @@ else
 endif
 ifeq ($(UCLIBC_HAS_BACKTRACE),y)
 # Add the AS_NEEDED entry for libubacktrace.so
-	if [ -f $(top_builddir)lib/libc.so -a -f $(PREFIX)$(RUNTIME_PREFIX)$(MULTILIB_DIR)/$(SHARED_MAJORNAME) ] ; then \
+	if [ -f $(top_builddir)lib/libc.so -a -f $(PREFIX)$(RUNTIME_PREFIX)$(MULTILIB_DIR)/$(SHARED_LIBNAME) ] ; then \
 		echo "GROUP ( $(UBACKTRACE_ASNEEDED) )" >> $(PREFIX)$(DEVEL_PREFIX)$(MULTILIB_DIR)/libc.so; \
 	fi
 endif
-- 
1.7.3.4



More information about the uClibc-cvs mailing list