[oe-commits] [openembedded-core] 13/122: perl-native: Provide correct lddlflags

git at git.openembedded.org git at git.openembedded.org
Mon Dec 4 17:24:51 UTC 2017


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

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

commit b927733c03f672aee59211fa86278cae9c817530
Author: Nikolay Merinov <n.merinov at inango-systems.com>
AuthorDate: Thu Oct 5 12:36:50 2017 +0500

    perl-native: Provide correct lddlflags
    
    For shared libraries compilation perl uses LDDLFLAGS instead of
    LDFLAGS. Value for LDDLFLAGS can be provided through
    recipe-sysroot-native/usr/lib/perl-native/perl/config.sh file
    generated during perl-native compilation.
    
    With default LDDLFLAGS libxml-parser-perl-native package have no
    correct rpath in Expat.so module. Provide correct LDDLFLAGS for perl
    modules compilation to fix build on hosts without libexpat.so.
    
    Signed-off-by: Nikolay Merinov <n.merinov at inango-systems.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    (cherry picked from commit 118f42fa92c29269395c53c931fa174ece1af2e0)
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/recipes-devtools/perl/perl-native_5.24.1.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/perl/perl-native_5.24.1.bb b/meta/recipes-devtools/perl/perl-native_5.24.1.bb
index e01d11f..6c56a7d 100644
--- a/meta/recipes-devtools/perl/perl-native_5.24.1.bb
+++ b/meta/recipes-devtools/perl/perl-native_5.24.1.bb
@@ -32,6 +32,7 @@ do_configure () {
 		-Dcc="${CC}" \
 		-Dcflags="${CFLAGS}" \
 		-Dldflags="${LDFLAGS}" \
+		-Dlddlflags="${LDFLAGS} -shared" \
 		-Dcf_by="Open Embedded" \
 		-Dprefix=${prefix} \
 		-Dvendorprefix=${prefix} \

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


More information about the Openembedded-commits mailing list