netifyd: Don't build on uClibc-ng
This absolutely needs symbols from libresolv, which uClibc-ng does not
support.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from 0a3ebb32a1
)
This commit is contained in:
parent
4791d22946
commit
d9941a6eeb
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ define Package/netifyd
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=Netify Agent
|
TITLE:=Netify Agent
|
||||||
URL:=http://www.netify.ai/
|
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
|
# Explicitly depend on libstdcpp rather than $(CXX_DEPENDS). At the moment
|
||||||
# std::unordered_map is only available via libstdcpp which is required for
|
# std::unordered_map is only available via libstdcpp which is required for
|
||||||
# performance reasons.
|
# performance reasons.
|
||||||
|
|
Loading…
Reference in a new issue