diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-24 13:45:28 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-24 13:45:28 +0100 |
commit | 850ed0a79fd5c91ac6d037b151cd6ce314a3871f (patch) | |
tree | ccb68032bb48b993d3e6b79cba0dc842e5b044c1 /package/iptables-snmp/Makefile | |
parent | c0c6f1a00ae612aca71a9c404056ff5656263513 (diff) | |
parent | f71d123ae12dad7f1b3df2be6e8a9353f12901da (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/iptables-snmp/Makefile')
-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})) |