X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=net%2Fiptables-snmp%2FMakefile;h=f6abb571e206e9cf08d040cb92187f54a72b4c71;hb=f5c01c7f00c71c5c2d5376f1fb5d67218f60476b;hp=acfbe9705790f128a8576cb63ad14d9832e60a60;hpb=b31b8654b4efcb4d7c9cc41d0df7b6784c721c44;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/net/iptables-snmp/Makefile b/net/iptables-snmp/Makefile index acfbe97057..f6abb571e2 100644 --- a/net/iptables-snmp/Makefile +++ b/net/iptables-snmp/Makefile @@ -20,7 +20,7 @@ include $(INCLUDE_DIR)/package.mk define Package/iptables-snmp SECTION:=net CATEGORY:=Network - DEPENDS:=+snmpd @BROKEN + DEPENDS:=+snmpd +libiptc TITLE:=An snmpd plugin to access iptables rules URL:=http://www.nobiscuit.com/iptables-snmp/ SUBMENU:=firewall @@ -33,6 +33,7 @@ endef define Build/Compile $(call Build/Compile/Default, \ INSTALL_PREFIX="$(PKG_INSTALL_DIR)" \ + LDFLAGS="$(TARGET_LDFLAGS)" \ all install \ ) endef