aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/hostap
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2010-11-11 14:55:02 +0100
committerStefan Schmidt <stefan@buglabs.net>2010-12-01 20:47:09 +0100
commitd3a228f6e809f748e211d23a259bf0c0d18f8848 (patch)
tree6386e9c88974b6f4e1dfd2deabb6bd792bc97370 /recipes/hostap
parent7cbc1459f2a10004a285b149f4b708bb93df98ac (diff)
downloadopenembedded-d3a228f6e809f748e211d23a259bf0c0d18f8848.tar.gz
hostap-daemon: Respect LDFLAGS for GNU_HASH
Diffstat (limited to 'recipes/hostap')
-rw-r--r--recipes/hostap/hostap-daemon_0.5.10.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/hostap/hostap-daemon_0.5.10.bb b/recipes/hostap/hostap-daemon_0.5.10.bb
index d5a71fc2f5..27383c75d1 100644
--- a/recipes/hostap/hostap-daemon_0.5.10.bb
+++ b/recipes/hostap/hostap-daemon_0.5.10.bb
@@ -9,6 +9,7 @@ DEPENDS_append_mtx-1 = " madwifi-modules"
DEPENDS_append_mtx-2 = " madwifi-modules"
CPPFLAGS_append_mtx-1 = " -I${STAGING_INCDIR}/madwifi/"
CPPFLAGS_append_mtx-2 = " -I${STAGING_INCDIR}/madwifi/"
+TARGET_CC_ARCH += " ${LDFLAGS}"
#we introduce MY_ARCH to get 'armv5te' as arch instead of the misleading 'arm' on armv5te builds
MY_ARCH := "${PACKAGE_ARCH}"