mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-10-08 14:01:49 +02:00
libunwind likes to play fast and loose with -nodefaultlibs for no real useful reason, it seems. This prevents -lssp_nonshared from being linked in on x86 and thus breaking the stack protector-enabled build. Make it think -nodefaultlibs is not available to have it link the normal way.