projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f9f48e
)
net-snmp: remove spurious libelf dependency
author
Steven Barth
<
[email protected]
>
Fri, 18 Jul 2014 09:33:13 +0000
(11:33 +0200)
committer
Steven Barth
<
[email protected]
>
Fri, 18 Jul 2014 09:33:13 +0000
(11:33 +0200)
Signed-off-by: Steven Barth <
[email protected]
>
net/net-snmp/Makefile
patch
|
blob
|
history
diff --git
a/net/net-snmp/Makefile
b/net/net-snmp/Makefile
index e05dfa8faf9afa11b192577da4d85a21a6156a9f..6fbf1b8bdef567ade8918762e24fb0c64a555b05 100644
(file)
--- a/
net/net-snmp/Makefile
+++ b/
net/net-snmp/Makefile
@@
-40,7
+40,6
@@
define Package/libnetsnmp
$(call Package/net-snmp/Default)
SECTION:=libs
CATEGORY:=Libraries
- DEPENDS:=+libelf1
TITLE:=Open source SNMP implementation (libraries)
endef
@@
-80,7
+79,6
@@
endef
define Package/snmpd-static
$(call Package/net-snmp/Default)
TITLE:=Open source SNMP implementation (daemon)
- DEPENDS:=+libelf1
endef
define Package/snmpd-static/description