diff options
-rw-r--r-- | meta/conf/distro/include/security_flags.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/include/security_flags.inc b/meta/conf/distro/include/security_flags.inc index 60156c0514..840f68a8eb 100644 --- a/meta/conf/distro/include/security_flags.inc +++ b/meta/conf/distro/include/security_flags.inc | |||
@@ -19,7 +19,7 @@ SECURITY_CFLAGS_pn-beecrypt = "${SECURITY_NO_PIE_CFLAGS}" | |||
19 | # Curl seems to check for FORTIFY_SOURCE in CFLAGS, but even assigned | 19 | # Curl seems to check for FORTIFY_SOURCE in CFLAGS, but even assigned |
20 | # to CPPFLAGS it gets picked into CFLAGS in bitbake. | 20 | # to CPPFLAGS it gets picked into CFLAGS in bitbake. |
21 | #TARGET_CPPFLAGS_pn-curl += "-D_FORTIFY_SOURCE=2" | 21 | #TARGET_CPPFLAGS_pn-curl += "-D_FORTIFY_SOURCE=2" |
22 | SECURITY_CFLAGS_pn-cups = "${SECURITY_NO_PIE_CLAGS}" | 22 | SECURITY_CFLAGS_pn-cups = "${SECURITY_NO_PIE_CFLAGS}" |
23 | SECURITY_CFLAGS_pn-curl = "-fstack-protector-all -pie -fpie" | 23 | SECURITY_CFLAGS_pn-curl = "-fstack-protector-all -pie -fpie" |
24 | SECURITY_CFLAGS_pn-db = "${SECURITY_NO_PIE_CFLAGS}" | 24 | SECURITY_CFLAGS_pn-db = "${SECURITY_NO_PIE_CFLAGS}" |
25 | SECURITY_CFLAGS_pn-directfb = "${SECURITY_NO_PIE_CFLAGS}" | 25 | SECURITY_CFLAGS_pn-directfb = "${SECURITY_NO_PIE_CFLAGS}" |