diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-05-04 16:30:24 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-05-04 16:30:24 +0000 |
commit | 2211ca2c66eaca6d8d786b4fe552743f833b2013 (patch) | |
tree | f4aa62541b8c36d8ad9e6ffebb26da5e0ef85491 /package/ebtables/Makefile | |
parent | 26da93c73c9e7b2d57144f3acdd4036a12e1174d (diff) |
fix ebtables compile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15593 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ebtables/Makefile')
-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 8dc3c0e8b..73a165636 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" |