merge r14999 to 8.09 (closes: #4784)
authorNicolas Thill <nico@openwrt.org>
Thu, 9 Apr 2009 10:53:23 +0000 (10:53 +0000)
committerNicolas Thill <nico@openwrt.org>
Thu, 9 Apr 2009 10:53:23 +0000 (10:53 +0000)
SVN-Revision: 15162

libs/net-snmp/Makefile

index 54ed1a3cc0c5081083cb3d4d05b0701b9ef99c6c..340dc1a2575513ede0cc902c7f61170ab229073d 100644 (file)
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=net-snmp
 PKG_VERSION:=5.1.2
-PKG_RELEASE:=2.3
+PKG_RELEASE:=2.4
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=@SF/net-snmp
@@ -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