[oe-commits] [openembedded-core] 32/35: musl: Drop the protected symbol optimization at configure time

git at git.openembedded.org git at git.openembedded.org
Wed Aug 9 22:50:43 UTC 2017


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

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

commit f541187f96346ef9c4bd224e79ed63cfd7633633
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: 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]
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-core/musl/musl_git.bb | 1 +
 1 file changed, 1 insertion(+)

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() {

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


More information about the Openembedded-commits mailing list