fix missing depends. closes #4784
authorthepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 23 Mar 2009 20:26:18 +0000 (20:26 +0000)
committerthepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 23 Mar 2009 20:26:18 +0000 (20:26 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@14999 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/net-snmp/Makefile

index 54ed1a3..c289a8a 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