[gnome-continuous-yocto/gnomeostree-3.28-rocko: 7145/8267] musl: Drop the protected symbol optimization at configure time



commit 5f57cac930b73cd8333fa5318efca889eb7f23b2
Author: Khem Raj <raj khem gmail com>
Date:   Tue Aug 1 06:55:27 2017 -0700

    musl: Drop the protected symbol optimization at configure time
    
    lld and gold can not handle it and treat it wrong
    
    Fixes
    
    [YOCTO #11689]
    
    (From OE-Core rev: 5490efb7446196dce6a4be678263e8a73648446a)
    
    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>

 meta/recipes-core/musl/musl_git.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb
index 31583de..64c7334 100644
--- a/meta/recipes-core/musl/musl_git.bb
+++ b/meta/recipes-core/musl/musl_git.bb
@@ -35,6 +35,7 @@ CONFIGUREOPTS = " \
     --libdir=${libdir} \
     --includedir=${includedir} \
     --syslibdir=${base_libdir} \
+    --disable-visibility \
 "
 
 do_configure() {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]