aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/hostap
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2010-11-11 14:55:02 +0100
committerKhem Raj <raj.khem@gmail.com>2010-12-02 11:20:16 -0800
commitbe5165872c338be1c19fa67448a49f88bfa0207f (patch)
tree2f1c708191d1c8b1f8fd880616b32258b560436a /recipes/hostap
parent63976e0d9a7318b68e7727465ad75a8219dd5dbd (diff)
downloadopenembedded-be5165872c338be1c19fa67448a49f88bfa0207f.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}"