mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-23 14:42:26 +02:00
On x86, the stack protector was disabled by addinsg `-fno-stack-protector` to CFLAGS. This was due to rust not passing `-lssp_nonshared` to the linker, causing build errors while linking. Rust has been patched to fix this issue, so now we can enable stack protection again.