Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] glibc: Set libc_cv_ssp_all to no as well
@ 2018-04-13  5:05 Khem Raj
  0 siblings, 0 replies; only message in thread
From: Khem Raj @ 2018-04-13  5:05 UTC (permalink / raw)
  To: openembedded-core

This is not a problem right now but if we
were to use -fstack-protector-all this can
cause build errors

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/recipes-core/glibc/glibc.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/glibc/glibc.inc b/meta/recipes-core/glibc/glibc.inc
index 9e02ffdff1..ce1222be68 100644
--- a/meta/recipes-core/glibc/glibc.inc
+++ b/meta/recipes-core/glibc/glibc.inc
@@ -50,6 +50,7 @@ CACHED_CONFIGUREVARS += " \
   libc_cv_rootsbindir=${base_sbindir} \
   libc_cv_localedir=${localedir} \
   libc_cv_ssp_strong=no \
+  libc_cv_ssp_all=no \
   libc_cv_ssp=no \
 "
 
-- 
2.17.0



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-04-13  5:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-13  5:05 [PATCH] glibc: Set libc_cv_ssp_all to no as well Khem Raj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox