]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
perl-cross: bump to version 0.9.3
authorFrancois Perrad <fperrad@gmail.com>
Wed, 15 Oct 2014 17:00:37 +0000 (19:00 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 17 Oct 2014 12:17:48 +0000 (14:17 +0200)
this version fixes the issue with big endian,
see https://github.com/arsv/perl-cross/issues/10

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/perl/perl.mk

index 3ce55a87bd3645da9f80295bb41260e59613b7d2..723dc12e49c8bc759321d3c6929f863e814b4174 100644 (file)
@@ -12,8 +12,8 @@ PERL_LICENSE = Artistic or GPLv1+
 PERL_LICENSE_FILES = Artistic Copying README
 PERL_INSTALL_STAGING = YES
 
-PERL_CROSS_VERSION = 0.9.2
-PERL_CROSS_BASE_VERSION = 5.$(PERL_VERSION_MAJOR).0
+PERL_CROSS_VERSION = 0.9.3
+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
 PERL_CROSS_SOURCE = perl-$(PERL_CROSS_BASE_VERSION)-cross-$(PERL_CROSS_VERSION).tar.gz
@@ -58,7 +58,6 @@ PERL_CONF_OPTS = \
        -Dld="$(TARGET_CC_NOCCACHE)" \
        -Dccflags="$(TARGET_CFLAGS)" \
        -Dldflags="$(TARGET_LDFLAGS) -lm" \
-       -Dmultiarch \
        -Dmydomain="" \
        -Dmyhostname="$(BR2_TARGET_GENERIC_HOSTNAME)" \
        -Dmyuname="Buildroot $(BR2_VERSION_FULL)" \