mirror of
https://github.com/openwrt/packages.git
synced 2026-06-20 01:20:11 +04:00
6f6366f217
Fixes build in C11 mode. strerror_s is a Microsoft extension and not available with musl. Pass CFLAGS to luarocks. Otherwise, it doesn't get OpenWrt's cflags like -Os. Signed-off-by: Rosen Penev <rosenp@gmail.com>