mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
openssl: disable execstack in CFLAG
"-Wa,--noexecstack" will mark objects as requiring executable stack, this is a dangerous CFLAG and would cause security issues. So disable it as most distros did. Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
This commit is contained in:
parent
3b2088b2bd
commit
7b8bc16b38
3
recipes-connectivity/openssl/openssl_1.0.0j.bbappend
Normal file
3
recipes-connectivity/openssl/openssl_1.0.0j.bbappend
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
PR .= ".1"
|
||||
|
||||
CFLAG += " -Wa,--noexecstack"
|
||||
Loading…
Reference in New Issue
Block a user