diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-23 15:20:21 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-23 15:20:21 +0100 |
commit | 985431ebc82de2f0d34a399114bf7ed8d0dcf154 (patch) | |
tree | 349b61fc964425a0f827db253421a1fe3d043a38 /package/iptables-snmp | |
parent | 01a8904d942c9b1b615fb18cc909ec0c74ab5029 (diff) |
disable for musl
Diffstat (limited to 'package/iptables-snmp')
-rw-r--r-- | package/iptables-snmp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/iptables-snmp/Makefile b/package/iptables-snmp/Makefile index 28aa8c8ef..130872cf9 100644 --- a/package/iptables-snmp/Makefile +++ b/package/iptables-snmp/Makefile @@ -13,6 +13,8 @@ PKG_BUILDDEP:= net-snmp PKG_URL:= http://www.nobiscuit.com/iptables-snmp/ PKG_SITES:= http://www.nobiscuit.com/iptables-snmp/ +PKG_LIBC_DEPENDS:= uclibc glibc + include $(TOPDIR)/mk/package.mk $(eval $(call PKG_template,IPTABLES_SNMP,iptables-snmp,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) |