aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-08-01 06:55:27 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-08-11 00:08:33 +0100
commit5490efb7446196dce6a4be678263e8a73648446a (patch)
tree1b5a7c1a96022b735fa347a38425f70a367a60a6
parenta2e2f434cd8d68b69e1ccdb7d7c17c0c73289866 (diff)
downloadopenembedded-core-contrib-5490efb7446196dce6a4be678263e8a73648446a.tar.gz
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@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r--meta/recipes-core/musl/musl_git.bb1
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 31583de596..64c7334eea 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() {