You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My use case
I've created vpcs-git package in the Arch Linux User Repository (AUR). During creation, I've got a couple of minor issues — ELF file ('usr/bin/vpcs') lacks FULL RELRO, check LDFLAGS and ELF file ('usr/bin/vpcs') lacks GNU_PROPERTY_X86_FEATURE_1_SHSTK. These issues are really minor and not essential, but… what bad things could happen if custom (system-wide) CFLAGS and LDFLAGS would be enabled?
One patch is better than thousand words:D
My use case
I've created vpcs-git package in the Arch Linux User Repository (AUR). During creation, I've got a couple of minor issues —
ELF file ('usr/bin/vpcs') lacks FULL RELRO, check LDFLAGS
andELF file ('usr/bin/vpcs') lacks GNU_PROPERTY_X86_FEATURE_1_SHSTK
. These issues are really minor and not essential, but… what bad things could happen if custom (system-wide)CFLAGS
andLDFLAGS
would be enabled?Related issue
#1
The text was updated successfully, but these errors were encountered: