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:
Rosen Penev 2019-07-23 23:27:18 -07:00
parent 4791d22946
commit d9941a6eeb
No known key found for this signature in database
GPG key ID: 36D31CFA845F0E3B

View file

@ -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.