[oe-commits] [openembedded-core] branch master-next updated: glibc: Enable --with-default-link

git at git.openembedded.org git at git.openembedded.org
Mon Dec 24 16:25:56 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

The following commit(s) were added to refs/heads/master-next by this push:
     new 91f943e  glibc: Enable --with-default-link
91f943e is described below

commit 91f943e8416a1670d463dcb12067422c4d1d01cf
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Sat Dec 22 10:27:28 2018 -0800

    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 <raj.khem at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/glibc/glibc_2.28.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/glibc/glibc_2.28.bb b/meta/recipes-core/glibc/glibc_2.28.bb
index a107c58..cebd2d0 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}"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list