From patchwork Fri Oct 19 13:13:50 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Francois Perrad X-Patchwork-Id: 192684 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 272A72C008E for ; Sat, 20 Oct 2012 00:15:33 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id C214010B86D; Fri, 19 Oct 2012 13:15:27 +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 PWu1A6vNnpph; Fri, 19 Oct 2012 13:15:21 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id CBCAC10B88D; Fri, 19 Oct 2012 13:15:18 +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 33EF18F74A for ; Fri, 19 Oct 2012 13:15:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 142778D1F5 for ; Fri, 19 Oct 2012 13:15:21 +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 OnXIeYI5QFfU for ; Fri, 19 Oct 2012 13:15:20 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by whitealder.osuosl.org (Postfix) with ESMTPS id 295998D177 for ; Fri, 19 Oct 2012 13:15:19 +0000 (UTC) Received: by mail-wi0-f169.google.com with SMTP id hq4so190023wib.4 for ; Fri, 19 Oct 2012 06:15:18 -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:x-mailer:in-reply-to:references; bh=gkLQjTSSEGKuljGA5oSVYERsLDi32239UmaXkFyvFBg=; b=B9RURF5imS47OOX6TkkomK3covDCreqwbDegMkfK234HTi0JnVjDfF8b0Q4fnDHyaY 2PeCMDbAbqnxOne7MOUMlh+Ym+YP7CffuwvTjWPXFY8NSRp+59Xsd1z8uUtx4o9KYeza 176J0RNZLkeJvRArl+/18UWUGinPSazI6db6ABEkAFPaNxmZx/YMDZbpN5tdxOmsoa65 oVt+ho55/yNeFQ3e+e8h7B5DKxrfbDR2ZulELDd7xIUDcHJddW+U7Mr52ZBInhRjlAWL USFZYZqaePrUGAk2AgMp5pLQBszxDPI6WHqOzpN7bqDYL+aizIr2WxHnmRmgV006MyvB Lx6Q== Received: by 10.216.27.141 with SMTP id e13mr854586wea.33.1350652518434; Fri, 19 Oct 2012 06:15:18 -0700 (PDT) Received: from xubuntu-12.04 (206.124.86.79.rev.sfr.net. [79.86.124.206]) by mx.google.com with ESMTPS id a10sm3390455wiz.4.2012.10.19.06.15.16 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 19 Oct 2012 06:15:17 -0700 (PDT) From: Francois Perrad To: buildroot@busybox.net Date: Fri, 19 Oct 2012 15:13:50 +0200 Message-Id: <1350652434-32020-5-git-send-email-francois.perrad@gadz.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1350652434-32020-1-git-send-email-francois.perrad@gadz.org> References: <1350652434-32020-1-git-send-email-francois.perrad@gadz.org> Subject: [Buildroot] [PATCH v11 5/9] perl: add GDBM_File X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 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-bounces@busybox.net Signed-off-by: Francois Perrad --- package/perl/Config.in | 6 ++++++ package/perl/perl.mk | 3 +++ 2 files changed, 9 insertions(+) diff --git a/package/perl/Config.in b/package/perl/Config.in index 6cb89f0..98b41da 100644 --- a/package/perl/Config.in +++ b/package/perl/Config.in @@ -22,6 +22,12 @@ config BR2_PACKAGE_PERL_DB_FILE help Build the DB_File module. +config BR2_PACKAGE_PERL_GDBM_FILE + bool "GDBM_File" + select BR2_PACKAGE_GDBM + help + Build the GDBM_File module. + endif comment "perl requires an architecture supported by qemu" diff --git a/package/perl/perl.mk b/package/perl/perl.mk index 186158b..56abbc1 100644 --- a/package/perl/perl.mk +++ b/package/perl/perl.mk @@ -16,6 +16,9 @@ PERL_DEPENDENCIES = host-qemu ifeq ($(BR2_PACKAGE_BERKELEYDB),y) PERL_DEPENDENCIES += berkeleydb endif +ifeq ($(BR2_PACKAGE_GDBM),y) + PERL_DEPENDENCIES += gdbm +endif PERL_CONF_OPT = -des \ -Dusecrosscompile \