From patchwork Wed Oct 15 17:00:37 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Francois Perrad X-Patchwork-Id: 400048 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 4A5021400A3 for ; Thu, 16 Oct 2014 04:00:59 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 4C3D7A2301; Wed, 15 Oct 2014 17:00:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hPfrO1xjlkyM; Wed, 15 Oct 2014 17:00:57 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 59C90A2313; Wed, 15 Oct 2014 17:00:57 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id D7F3F1C2CAE for ; Wed, 15 Oct 2014 17:00:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id D33F99214D for ; Wed, 15 Oct 2014 17:00:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id L1Luwb-eI-LZ for ; Wed, 15 Oct 2014 17:00:52 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) by whitealder.osuosl.org (Postfix) with ESMTPS id 399FD92154 for ; Wed, 15 Oct 2014 17:00:51 +0000 (UTC) Received: by mail-wi0-f180.google.com with SMTP id em10so2487354wid.13 for ; Wed, 15 Oct 2014 10:00:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=4FvbtkvwiHx8vT8fFf5FfltFyFbcMUDwjjCosakeGUo=; b=WPORfAqrlCvpPGfXufQ4pO8Gcyx+vZ83a4oNwGPxZIEK4VVSgh/p/VUqo5DIdsdP6X twJSj6QMTpNyM7gbDEUx4lfoTkEuX0TdKocPueERN7kVxjM85RrXtQJLgo7eyAokhAZP 4kxo72CXcifRn0F5I1EriERzPBrJAVtLESgbUrNUK1pfmI84S5ReO5mfXLIH/0IZHFDK anbWR7/LB+pFmtCg6cVQnAle/MVQ1DlXp89mkWormGpnCD8bOySGOiN7wV3pkNQLXu2i mzGgFlmBT2Og5CjeqrW/Thn0ZDOBCwbYexfN3gUbFvtB7/AlcyO5RGwjWYOvkP7cr/v0 802Q== X-Received: by 10.180.106.197 with SMTP id gw5mr13657010wib.8.1413392449724; Wed, 15 Oct 2014 10:00:49 -0700 (PDT) Received: from localhost.localdomain (39.95.92.92.rev.sfr.net. [92.92.95.39]) by mx.google.com with ESMTPSA id hp2sm24488776wjb.40.2014.10.15.10.00.48 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 15 Oct 2014 10:00:49 -0700 (PDT) From: Francois Perrad X-Google-Original-From: Francois Perrad To: buildroot@busybox.net Date: Wed, 15 Oct 2014 19:00:37 +0200 Message-Id: <1413392437-7839-1-git-send-email-francois.perrad@gadz.org> X-Mailer: git-send-email 1.9.1 Subject: [Buildroot] [PATCH] perl-cross: bump to version 0.9.3 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" this version fixes the issue with big endian, see https://github.com/arsv/perl-cross/issues/10 Signed-off-by: Francois Perrad --- package/perl/perl.mk | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package/perl/perl.mk b/package/perl/perl.mk index 97a3d34..65c5b43 100644 --- a/package/perl/perl.mk +++ b/package/perl/perl.mk @@ -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_OPT = \ -Dld="$(TARGET_CC_NOCCACHE)" \ -Dccflags="$(TARGET_CFLAGS)" \ -Dldflags="$(TARGET_LDFLAGS) -lm" \ - -Dmultiarch \ -Dmydomain="" \ -Dmyhostname="$(BR2_TARGET_GENERIC_HOSTNAME)" \ -Dmyuname="Buildroot $(BR2_VERSION_FULL)" \