[oe-commits] Dirk Opfer : uclibc: use LDFLAGS for ldd and ldconfig (fixes QA error)

GIT User account git at amethyst.openembedded.net
Wed Apr 15 09:43:03 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: f374f6e0e6ef2cf5731b38b58d463f555fb0f5c8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f374f6e0e6ef2cf5731b38b58d463f555fb0f5c8

Author: Dirk Opfer <dirk at do13.de>
Date:   Tue Apr 14 21:27:28 2009 +0200

uclibc: use LDFLAGS for ldd and ldconfig (fixes QA error)

---

 recipes/uclibc/uclibc.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/uclibc/uclibc.inc b/recipes/uclibc/uclibc.inc
index be085ab..f2f3e9b 100644
--- a/recipes/uclibc/uclibc.inc
+++ b/recipes/uclibc/uclibc.inc
@@ -208,7 +208,7 @@ do_install() {
 		rmdir ${D}/usr/bin
 	fi
 
-        oe_runmake utils
+        oe_runmake "SSP_ALL_CFLAGS=${TARGET_LINK_HASH_STYLE}" utils
         oe_runmake STRIPTOOL=true PREFIX=${D} DEVEL_PREFIX=${prefix}/ RUNTIME_PREFIX=/ \
                 install_utils
 	





More information about the Openembedded-commits mailing list