mirror of
https://github.com/openwrt/packages.git
synced 2025-07-06 03:33:07 +00:00
Previous commit removed unnecessary linking with libstdc++ but introduced another error on x86 platforms: undefined reference to `__stack_chk_fail_local' Fix it by explicitly linking libssp_nonshared.a Signed-off-by: krant <aleksey.vasilenko@gmail.com>