From: Khem Raj Date: Sat, 22 Dec 2018 18:27:28 +0000 (-0800) Subject: glibc: Enable --with-default-link X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~15799 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bbc453ac2b8d63680855789948a145fc448017f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git glibc: Enable --with-default-link This lets linker to use its internal linker script for shared objects Fixes with when gold is default linker Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/glibc/glibc_2.28.bb b/meta/recipes-core/glibc/glibc_2.28.bb index a107c58b9fa..cebd2d0c9f1 100644 --- a/meta/recipes-core/glibc/glibc_2.28.bb +++ b/meta/recipes-core/glibc/glibc_2.28.bb @@ -89,6 +89,7 @@ EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \ --enable-stack-protector=strong \ --enable-stackguard-randomization \ --disable-crypt \ + --with-default-link \ ${GLIBCPIE} \ ${GLIBC_EXTRA_OECONF}"