aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/conf/distro/include/meta_oe_security_flags.inc
blob: 2565e32adf1178ba5d2de7f8985290fa6701b62d (plain)
1
2
3
4
5
6
7
# Build errors with the pie options enabled
SECURITY_CFLAGS_pn-lvm2 = "${SECURITY_NO_PIE_CFLAGS}"
SECURITY_CFLAGS_pn-rrdtool = "${SECURITY_NO_PIE_CFLAGS}"

# This has text reloc errors with the pie options enabled
SECURITY_CFLAGS_pn-mozjs = "${SECURITY_NO_PIE_CFLAGS}"
SECURITY_CFLAGS_pn-openldap = "${SECURITY_NO_PIE_CFLAGS}"