[oe-commits] [openembedded-core] 15/19: perl: Account for libnsl being dropped from glibc

git at git.openembedded.org git at git.openembedded.org
Wed May 9 09:48:25 UTC 2018


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

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

commit 1d1e2f2c44aa6d02458cec720bee2818cbaa31ff
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Sat Apr 28 00:41:31 2018 -0700

    perl: Account for libnsl being dropped from glibc
    
    -lnsl needs to be removed even on glibc
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta/recipes-devtools/perl/perl_5.24.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/perl/perl_5.24.1.bb b/meta/recipes-devtools/perl/perl_5.24.1.bb
index 53a4262..6b16689 100644
--- a/meta/recipes-devtools/perl/perl_5.24.1.bb
+++ b/meta/recipes-devtools/perl/perl_5.24.1.bb
@@ -145,7 +145,6 @@ do_configure() {
                        -e "s,\(i_fcntl=\)'undef',\1'define',g" \
                        -e "s,\(h_fcntl=\)'false',\1'true',g" \
                        -e "s,-fstack-protector,-fno-stack-protector,g" \
-                       -e "s,-lnsl,,g" \
                     config.sh-${TARGET_ARCH}-${TARGET_OS}
         fi
 
@@ -158,6 +157,7 @@ do_configure() {
                -e "s, at BASELIBDIR@,${base_libdir},g" \
                -e "s, at EXECPREFIX@,${exec_prefix},g" \
                -e 's, at USRBIN@,${bindir},g' \
+               -e "s,-lnsl,,g" \
             config.sh-${TARGET_ARCH}-${TARGET_OS}
 
 	case "${TARGET_ARCH}" in

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


More information about the Openembedded-commits mailing list