[OE-core] [PATCH] glibc: Enable --with-default-link
Khem Raj
raj.khem at gmail.com
Sat Dec 22 18:27:28 UTC 2018
This lets linker to use its internal linker script for shared objects
Fixes with when gold is default linker
Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
meta/recipes-core/glibc/glibc_2.29.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-core/glibc/glibc_2.29.bb b/meta/recipes-core/glibc/glibc_2.29.bb
index 743fcac0b0..d5caca8de3 100644
--- a/meta/recipes-core/glibc/glibc_2.29.bb
+++ b/meta/recipes-core/glibc/glibc_2.29.bb
@@ -87,6 +87,7 @@ EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \
--enable-stack-protector=strong \
--enable-stackguard-randomization \
--disable-crypt \
+ --with-default-link \
${GLIBCPIE} \
${GLIBC_EXTRA_OECONF}"
--
2.20.1
More information about the Openembedded-core
mailing list