git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cbc145
)
hostap-daemon: Respect LDFLAGS for GNU_HASH
author
Stefan Schmidt
<stefan@datenfreihafen.org>
Thu, 11 Nov 2010 13:55:02 +0000
(14:55 +0100)
committer
Stefan Schmidt
<stefan@buglabs.net>
Wed, 1 Dec 2010 19:47:09 +0000
(20:47 +0100)
recipes/hostap/hostap-daemon_0.5.10.bb
patch
|
blob
|
history
diff --git
a/recipes/hostap/hostap-daemon_0.5.10.bb
b/recipes/hostap/hostap-daemon_0.5.10.bb
index
d5a71fc
..
27383c7
100644
(file)
--- 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}"