projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c18b432
)
fix missing depends. closes #4784
author
Travis Kemen
<thepeople@openwrt.org>
Mon, 23 Mar 2009 20:26:18 +0000
(20:26 +0000)
committer
Travis Kemen
<thepeople@openwrt.org>
Mon, 23 Mar 2009 20:26:18 +0000
(20:26 +0000)
SVN-Revision: 14999
libs/net-snmp/Makefile
patch
|
blob
|
history
diff --git
a/libs/net-snmp/Makefile
b/libs/net-snmp/Makefile
index 54ed1a3cc0c5081083cb3d4d05b0701b9ef99c6c..c289a8a5671d2c18ce80c5c8c93d1d69a1d6b9bb 100644
(file)
--- a/
libs/net-snmp/Makefile
+++ b/
libs/net-snmp/Makefile
@@
-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