diff options
Diffstat (limited to 'meta-oe/conf/distro')
| -rw-r--r-- | meta-oe/conf/distro/include/meta_oe_security_flags.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-oe/conf/distro/include/meta_oe_security_flags.inc b/meta-oe/conf/distro/include/meta_oe_security_flags.inc new file mode 100644 index 0000000000..2565e32adf --- /dev/null +++ b/meta-oe/conf/distro/include/meta_oe_security_flags.inc | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | # Build errors with the pie options enabled | ||
| 2 | SECURITY_CFLAGS_pn-lvm2 = "${SECURITY_NO_PIE_CFLAGS}" | ||
| 3 | SECURITY_CFLAGS_pn-rrdtool = "${SECURITY_NO_PIE_CFLAGS}" | ||
| 4 | |||
| 5 | # This has text reloc errors with the pie options enabled | ||
| 6 | SECURITY_CFLAGS_pn-mozjs = "${SECURITY_NO_PIE_CFLAGS}" | ||
| 7 | SECURITY_CFLAGS_pn-openldap = "${SECURITY_NO_PIE_CFLAGS}" | ||
