mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-01 02:22:21 +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.