diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2017-04-28 16:23:07 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-05-04 09:18:58 +0200 |
commit | 3af551405e044ec77b85f50a6a33a8ed3b56f8e4 (patch) | |
tree | 7351d6cc15a8495a82d9c474266fd49b254f0a24 /meta-oe/conf | |
parent | 474eb0daa573e4d26e24e51011fb145da249c6d0 (diff) | |
download | meta-openembedded-3af551405e044ec77b85f50a6a33a8ed3b56f8e4.tar.gz |
meta_oe_security_flags.inc: Disable PIE for libdevmapper
Since libdevmapper was split out from lvm2, it now needs its own entry
to disable building with -fpie.
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/conf')
-rw-r--r-- | meta-oe/conf/distro/include/meta_oe_security_flags.inc | 1 |
1 files changed, 1 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 index 815fb16c7..03868bfaf 100644 --- a/meta-oe/conf/distro/include/meta_oe_security_flags.inc +++ b/meta-oe/conf/distro/include/meta_oe_security_flags.inc | |||
@@ -1,5 +1,6 @@ | |||
1 | # Build errors with the pie options enabled | 1 | # Build errors with the pie options enabled |
2 | SECURITY_CFLAGS_pn-libdbus-c++ = "${SECURITY_NO_PIE_CFLAGS}" | 2 | SECURITY_CFLAGS_pn-libdbus-c++ = "${SECURITY_NO_PIE_CFLAGS}" |
3 | SECURITY_CFLAGS_pn-libdevmapper = "${SECURITY_NO_PIE_CFLAGS}" | ||
3 | SECURITY_CFLAGS_pn-lvm2 = "${SECURITY_NO_PIE_CFLAGS}" | 4 | SECURITY_CFLAGS_pn-lvm2 = "${SECURITY_NO_PIE_CFLAGS}" |
4 | SECURITY_CFLAGS_pn-rrdtool = "${SECURITY_NO_PIE_CFLAGS}" | 5 | SECURITY_CFLAGS_pn-rrdtool = "${SECURITY_NO_PIE_CFLAGS}" |
5 | 6 | ||