aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2009-09-12 05:45:47 +0000
committerKoen Kooi <koen@openembedded.org>2009-09-17 09:41:08 +0200
commitbdf926928623d70a35277f74acef87144ae54ccf (patch)
tree0d8eb0ec696afc57380b00d49863b29c19853d45
parentbb74c9fb7ac59ad1883bf78803b4dabfb2589f97 (diff)
downloadopenembedded-bdf926928623d70a35277f74acef87144ae54ccf.tar.gz
ebtables: fix GNU_HASH error
Signed-off-by: Koen Kooi <koen@openembedded.org> Acked-by: Denys Dmytriyenko <denis@denix.org>
-rw-r--r--recipes/ebtables/ebtables_2.0.6.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/ebtables/ebtables_2.0.6.bb b/recipes/ebtables/ebtables_2.0.6.bb
index 33ad2b9113..c4fc1c329a 100644
--- a/recipes/ebtables/ebtables_2.0.6.bb
+++ b/recipes/ebtables/ebtables_2.0.6.bb
@@ -4,6 +4,8 @@ LICENSE = "GPL"
SECTION = "console/network"
PR = "r2"
+TARGET_CC_ARCH += "${LDFLAGS}"
+
SRC_URI = "${SOURCEFORGE_MIRROR}/ebtables/ebtables-v${PV}.tar.gz \
file://gcc34.patch;patch=1 \
file://gcc4.patch;patch=1 \