aboutsummaryrefslogtreecommitdiffstats
path: root/package/ebtables
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-05-04 16:30:24 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-05-04 16:30:24 +0000
commit3a3df94c513eb5041b04646acb5562e812f79f7e (patch)
tree3bc67c61a442f3151e4faccf45959418c2c05e63 /package/ebtables
parent0f632264ec737cfa846369fc67d1b3b972453f7f (diff)
downloadupstream-3a3df94c513eb5041b04646acb5562e812f79f7e.tar.gz
upstream-3a3df94c513eb5041b04646acb5562e812f79f7e.tar.bz2
upstream-3a3df94c513eb5041b04646acb5562e812f79f7e.zip
fix ebtables compile
SVN-Revision: 15593
Diffstat (limited to 'package/ebtables')
-rw-r--r--package/ebtables/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/ebtables/Makefile b/package/ebtables/Makefile
index 8dc3c0e8b2..73a165636f 100644
--- a/package/ebtables/Makefile
+++ b/package/ebtables/Makefile
@@ -43,6 +43,8 @@ define Package/ebtables-utils/description
$(call Package/ebtables/description)
endef
+MAKE_VARS += EXT_LIBSI="$(LIBGCC_S)"
+
MAKE_FLAGS += \
CFLAGS="$(TARGET_CFLAGS)" \
LIBDIR="/usr/lib/ebtables"