fix missing depends. closes #4784
authorTravis Kemen <thepeople@openwrt.org>
Mon, 23 Mar 2009 20:26:18 +0000 (20:26 +0000)
committerTravis Kemen <thepeople@openwrt.org>
Mon, 23 Mar 2009 20:26:18 +0000 (20:26 +0000)
SVN-Revision: 14999

libs/net-snmp/Makefile

index 54ed1a3cc0c5081083cb3d4d05b0701b9ef99c6c..c289a8a5671d2c18ce80c5c8c93d1d69a1d6b9bb 100644 (file)
@@ -77,6 +77,7 @@ endef
 define Package/snmpd-static
 $(call Package/net-snmp/Default)
   TITLE:=Open source SNMP implementation (daemon)
+  DEPENDS:=+libelf
 endef
 
 define Package/snmpd-static/description