diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-05-04 16:30:24 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-05-04 16:30:24 +0000 |
commit | 6c852524a691808b3dc9961ae00736d2dfcff16f (patch) | |
tree | f4aa62541b8c36d8ad9e6ffebb26da5e0ef85491 /package | |
parent | c8e41e8aa887902bf54d02ca6637df26c244efaa (diff) | |
download | upstream-6c852524a691808b3dc9961ae00736d2dfcff16f.tar.gz upstream-6c852524a691808b3dc9961ae00736d2dfcff16f.tar.bz2 upstream-6c852524a691808b3dc9961ae00736d2dfcff16f.zip |
fix ebtables compile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15593 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/ebtables/Makefile | 2 |
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" |