summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-05-26 09:15:01 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-03 23:46:06 +0100
commit4f8d1e737a2cf1e4cc3ee8cda90681e401a40954 (patch)
tree6d09e1c1985538d8848985387ad427aa017f1833 /meta/recipes-core/glibc
parent4418a593dc8ce7600daafad2daf730a2276e8cbe (diff)
downloadpoky-4f8d1e737a2cf1e4cc3ee8cda90681e401a40954.tar.gz
glibc: Configure with extra hardening options
(From OE-Core rev: 08dbaadbb6fadbaa9e0d1542f64864018b6243e5) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glibc')
-rw-r--r--meta/recipes-core/glibc/glibc_2.25.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-core/glibc/glibc_2.25.bb b/meta/recipes-core/glibc/glibc_2.25.bb
index ab6fbbea2a..83a1249b8c 100644
--- a/meta/recipes-core/glibc/glibc_2.25.bb
+++ b/meta/recipes-core/glibc/glibc_2.25.bb
@@ -77,6 +77,10 @@ EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \
77 --with-headers=${STAGING_INCDIR} \ 77 --with-headers=${STAGING_INCDIR} \
78 --without-selinux \ 78 --without-selinux \
79 --enable-obsolete-rpc \ 79 --enable-obsolete-rpc \
80 --enable-tunables \
81 --enable-bind-now \
82 --enable-stack-protector=strong \
83 --enable-stackguard-randomization \
80 ${GLIBC_EXTRA_OECONF}" 84 ${GLIBC_EXTRA_OECONF}"
81 85
82EXTRA_OECONF += "${@get_libc_fpu_setting(bb, d)}" 86EXTRA_OECONF += "${@get_libc_fpu_setting(bb, d)}"