Browse Source

fix ebtables compile

SVN-Revision: 15593
Felix Fietkau 16 years ago
parent
commit
3a3df94c51
1 changed files with 2 additions and 0 deletions
  1. 2 0
      package/ebtables/Makefile

+ 2 - 0
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"