mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #9556 from neheb/net
netifyd: Don't build on uClibc-ng
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user