mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 16:54:32 +04:00
libzmq is used by fbzmq, which absolutely requires libstdcpp since it's a C++14 project. There's no point in using two libc++. Cleaned up Makefile for consistency between packages. Added nanosleep patch for platforms that are missing usleep. Signed-off-by: Rosen Penev <rosenp@gmail.com>