summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/distro/include/security_flags.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/distro/include/security_flags.inc b/meta/conf/distro/include/security_flags.inc
index 758bd89c3e..aaf04e9e59 100644
--- a/meta/conf/distro/include/security_flags.inc
+++ b/meta/conf/distro/include/security_flags.inc
@@ -36,6 +36,7 @@ SECURITY_CFLAGS_remove_powerpc = "${SECURITY_PIE_CFLAGS}"
36SECURITY_CFLAGS_pn-libgcc_powerpc = "" 36SECURITY_CFLAGS_pn-libgcc_powerpc = ""
37 37
38SECURITY_CFLAGS_pn-glibc = "" 38SECURITY_CFLAGS_pn-glibc = ""
39SECURITY_CFLAGS_pn-glibc-testsuite = ""
39SECURITY_CFLAGS_pn-gcc-runtime = "" 40SECURITY_CFLAGS_pn-gcc-runtime = ""
40SECURITY_CFLAGS_pn-grub = "" 41SECURITY_CFLAGS_pn-grub = ""
41SECURITY_CFLAGS_pn-grub-efi = "" 42SECURITY_CFLAGS_pn-grub-efi = ""
@@ -59,6 +60,7 @@ TARGET_LDFLAGS_append_class-target = " ${SECURITY_LDFLAGS}"
59 60
60SECURITY_STACK_PROTECTOR_pn-gcc-runtime = "" 61SECURITY_STACK_PROTECTOR_pn-gcc-runtime = ""
61SECURITY_STACK_PROTECTOR_pn-glibc = "" 62SECURITY_STACK_PROTECTOR_pn-glibc = ""
63SECURITY_STACK_PROTECTOR_pn-glibc-testsuite = ""
62# All xorg module drivers need to be linked this way as well and are 64# All xorg module drivers need to be linked this way as well and are
63# handled in recipes-graphics/xorg-driver/xorg-driver-common.inc 65# handled in recipes-graphics/xorg-driver/xorg-driver-common.inc
64SECURITY_LDFLAGS_pn-xserver-xorg = "${SECURITY_X_LDFLAGS}" 66SECURITY_LDFLAGS_pn-xserver-xorg = "${SECURITY_X_LDFLAGS}"