X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/db931e84443b52efb34b8cdd3e39b040299c9f86..a4bdef9ca9051d829ee12f9f8ae36016f0c2136e:/package/ebtables/Makefile diff --git a/package/ebtables/Makefile b/package/ebtables/Makefile index d84b5bf41..73a165636 100644 --- a/package/ebtables/Makefile +++ b/package/ebtables/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk @@ -44,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"