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

git at git.openembedded.org git at git.openembedded.org
Thu Aug 10 23:09:26 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 5490efb7446196dce6a4be678263e8a73648446a
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