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:
4791d22
)
netifyd: Don't build on uClibc-ng
author
Rosen Penev
<rosenp@gmail.com>
Wed, 24 Jul 2019 06:27:18 +0000
(23:27 -0700)
committer
Rosen Penev
<rosenp@gmail.com>
Wed, 24 Jul 2019 17:03:22 +0000
(10:03 -0700)
This absolutely needs symbols from libresolv, which uClibc-ng does not
support.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from
0a3ebb32a134df9cfb4cd0d80e5ae5dc259f314b
)
net/netifyd/Makefile
patch
|
blob
|
history
diff --git
a/net/netifyd/Makefile
b/net/netifyd/Makefile
index e30b76cd912eb1811143d388f82f1330ee647ce9..9c3faab9b3a8ba8a8968d093f43ff384b7a6a6f5 100644
(file)
--- a/
net/netifyd/Makefile
+++ b/
net/netifyd/Makefile
@@
-28,7
+28,7
@@
define Package/netifyd
CATEGORY:=Network
TITLE:=Netify Agent
URL:=http://www.netify.ai/
- DEPENDS:=+libcurl +libmnl +libnetfilter-conntrack +libjson-c +libpcap +zlib +libpthread
+ DEPENDS:=+libcurl +libmnl +libnetfilter-conntrack +libjson-c +libpcap +zlib +libpthread
@!USE_UCLIBC
# Explicitly depend on libstdcpp rather than $(CXX_DEPENDS). At the moment
# std::unordered_map is only available via libstdcpp which is required for
# performance reasons.