[oe-commits] [openembedded-core] 05/15: glibc: Set libc_cv_ssp_all to no as well

git at git.openembedded.org git at git.openembedded.org
Wed Apr 18 17:57:31 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 271831133358b3231808e8fe7aa2817e41d98e2f
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Thu Apr 12 22:05:59 2018 -0700

    glibc: Set libc_cv_ssp_all to no as well
    
    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 at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.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 9e02ffd..ce1222b 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 \
 "
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list