From 2211ca2c66eaca6d8d786b4fe552743f833b2013 Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 4 May 2009 16:30:24 +0000 Subject: [PATCH] fix ebtables compile git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15593 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/ebtables/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.35.1