pakfire: Add upstream patch for perl version.
Message ID | 1433066405-9611-1-git-send-email-stefan.schantl@ipfire.org |
---|---|
State | Accepted |
Commit | b6dcfa1f85030abd44d01b49bdd0f1e45e8fc367 |
Headers |
Return-Path: <development-bounces@lists.ipfire.org> Received: from mail01.ipfire.org (mail01.tremer.info [172.28.1.200]) by septima.ipfire.org (Postfix) with ESMTP id F2B49604CE for <patchwork@ipfire.org>; Sun, 31 May 2015 12:00:26 +0200 (CEST) Received: from hedwig.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 6BB7A3FFB; Sun, 31 May 2015 12:00:26 +0200 (CEST) Received: from acer.stevee (host228-133-28-81.hiway.at [81.28.133.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id E0A3C3FF9; Sun, 31 May 2015 12:00:24 +0200 (CEST) From: Stefan Schantl <stefan.schantl@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH] pakfire: Add upstream patch for perl version. Date: Sun, 31 May 2015 12:00:05 +0200 Message-Id: <1433066405-9611-1-git-send-email-stefan.schantl@ipfire.org> X-Mailer: git-send-email 2.1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: IPFire development talk <development.lists.ipfire.org> List-Unsubscribe: <http://lists.ipfire.org/mailman/options/development>, <mailto:development-request@lists.ipfire.org?subject=unsubscribe> List-Archive: <http://lists.ipfire.org/pipermail/development/> List-Post: <mailto:development@lists.ipfire.org> List-Help: <mailto:development-request@lists.ipfire.org?subject=help> List-Subscribe: <http://lists.ipfire.org/mailman/listinfo/development>, <mailto:development-request@lists.ipfire.org?subject=subscribe> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: development-bounces@lists.ipfire.org Sender: "Development" <development-bounces@lists.ipfire.org> |
Message
Stefan Schantl
May 31, 2015, 8 p.m. UTC
This patch is required in order to automatically detect the perl version
and to track the perl API which a module is built against.
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
---
pakfire/pakfire.nm | 2 +-
pakfire/patches/0002-pakfire-perl_version.patch | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+), 1 deletion(-)
create mode 100644 pakfire/patches/0002-pakfire-perl_version.patch