* [Buildroot] [PATCH] perl-cross: bump to version 0.9.4
@ 2014-11-14 17:31 Francois Perrad
2014-11-18 22:55 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Francois Perrad @ 2014-11-14 17:31 UTC (permalink / raw)
To: buildroot
this release fixes the build when BR2_PREFER_STATIC_LIB
see http://autobuild.buildroot.net/results/057/057a4b9976fd6b9c5cddd117a3f29de51efe719f/build-end.log
see https://github.com/arsv/perl-cross/issues/11
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
package/perl/perl.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/perl/perl.mk b/package/perl/perl.mk
index 1d7923a..f0de59c 100644
--- a/package/perl/perl.mk
+++ b/package/perl/perl.mk
@@ -12,7 +12,7 @@ PERL_LICENSE = Artistic or GPLv1+
PERL_LICENSE_FILES = Artistic Copying README
PERL_INSTALL_STAGING = YES
-PERL_CROSS_VERSION = 0.9.3
+PERL_CROSS_VERSION = 0.9.4
PERL_CROSS_BASE_VERSION = 5.$(PERL_VERSION_MAJOR).1
# DO NOT refactor with the github helper (the result is not the same)
PERL_CROSS_SITE = http://raw.github.com/arsv/perl-cross/releases
--
2.1.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] perl-cross: bump to version 0.9.4
2014-11-14 17:31 [Buildroot] [PATCH] perl-cross: bump to version 0.9.4 Francois Perrad
@ 2014-11-18 22:55 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2014-11-18 22:55 UTC (permalink / raw)
To: buildroot
Dear Francois Perrad,
On Fri, 14 Nov 2014 18:31:29 +0100, Francois Perrad wrote:
> this release fixes the build when BR2_PREFER_STATIC_LIB
> see http://autobuild.buildroot.net/results/057/057a4b9976fd6b9c5cddd117a3f29de51efe719f/build-end.log
> see https://github.com/arsv/perl-cross/issues/11
>
> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
I tested, it indeed fixes this problem. However, specifically with this
toolchain, it fails down the road when linking the final perl
executable due to the uClibc bug where some symbols such as setregid()
and others are defined in both libc.a and libpthread.a. This issue has
nothing to do with perl and should be solved separately.
Therefore, since your patch fixes (partly) an autobuilder issue, I've
applied it to the master branch.
Thanks,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-11-18 22:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-14 17:31 [Buildroot] [PATCH] perl-cross: bump to version 0.9.4 Francois Perrad
2014-11-18 22:55 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox