diff options
author | Dirk Opfer <dirk@do13.de> | 2009-04-14 21:27:28 +0200 |
---|---|---|
committer | Dirk Opfer <dirk@do13.de> | 2009-04-15 11:32:42 +0200 |
commit | f374f6e0e6ef2cf5731b38b58d463f555fb0f5c8 (patch) | |
tree | a4d8bc8a3890dacf8fd210f5464303ab449db83a /recipes/uclibc | |
parent | 272ae318b03bcd062f8b43258ce54a2cd96b9f45 (diff) |
uclibc: use LDFLAGS for ldd and ldconfig (fixes QA error)
Diffstat (limited to 'recipes/uclibc')
-rw-r--r-- | 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 be085ab513..f2f3e9b605 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 |