From: Khem Raj Date: Tue, 1 Aug 2017 13:55:27 +0000 (-0700) Subject: musl: Drop the protected symbol optimization at configure time X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~20460 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5490efb7446196dce6a4be678263e8a73648446a;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Ross Burton --- diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb index 31583de596d..64c7334eea4 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() {