From: Nicolas Thill Date: Thu, 9 Apr 2009 10:53:23 +0000 (+0000) Subject: merge r14999 to 8.09 (closes: #4784) X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=84c36f86e471030d368e5f321e602c7de38ec989;p=openwrt%2Fsvn-archive%2Fpackages.git merge r14999 to 8.09 (closes: #4784) SVN-Revision: 15162 --- diff --git a/libs/net-snmp/Makefile b/libs/net-snmp/Makefile index 54ed1a3cc..340dc1a25 100644 --- a/libs/net-snmp/Makefile +++ b/libs/net-snmp/Makefile @@ -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