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:
b291e49
)
net-snmp: fix libnl dependency
author
Stijn Tintel
<stijn@linux-ipv6.be>
Wed, 4 Jan 2017 12:10:13 +0000
(13:10 +0100)
committer
Stijn Tintel
<stijn@linux-ipv6.be>
Wed, 4 Jan 2017 12:16:56 +0000
(13:16 +0100)
When libnl-core is enabled, but libnl isn't, build fails because of a
missing dependency on libnl-3.so.200. Depending on libnl-core seems to
work for both cases.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
net/net-snmp/Makefile
patch
|
blob
|
history
diff --git
a/net/net-snmp/Makefile
b/net/net-snmp/Makefile
index 467a9b55fc8335938e303e144201753b7bde9396..893eee005f6fd076a3c2224b26df7c57e145ac2a 100644
(file)
--- a/
net/net-snmp/Makefile
+++ b/
net/net-snmp/Makefile
@@
-38,7
+38,7
@@
define Package/libnetsnmp
$(call Package/net-snmp/Default)
SECTION:=libs
CATEGORY:=Libraries
- DEPENDS:=+PACKAGE_libnl
:libnl
+ DEPENDS:=+PACKAGE_libnl
-core:libnl-core
TITLE:=Open source SNMP implementation (libraries)
endef