From: Stefan Schmidt Date: Thu, 11 Nov 2010 13:55:02 +0000 (+0100) Subject: hostap-daemon: Respect LDFLAGS for GNU_HASH X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be5165872c338be1c19fa67448a49f88bfa0207f;p=openembedded.git hostap-daemon: Respect LDFLAGS for GNU_HASH --- 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}"