From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 03/13] perl: add DB_File
Date: Thu, 20 Sep 2012 21:57:27 +0200 [thread overview]
Message-ID: <20120920215727.0159e781@skate> (raw)
In-Reply-To: <1347107325-4163-3-git-send-email-francois.perrad@gadz.org>
Dear Francois Perrad,
On Sat, 8 Sep 2012 14:28:35 +0200, Francois Perrad wrote:
> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
> ---
> package/perl/Config.in | 6 ++++++
> package/perl/perl.mk | 5 +++++
> 2 files changed, 11 insertions(+)
>
> diff --git a/package/perl/Config.in b/package/perl/Config.in
> index 1f044eb..9df487a 100644
> --- a/package/perl/Config.in
> +++ b/package/perl/Config.in
> @@ -20,4 +20,10 @@ config BR2_PACKAGE_PERL_ONLY_MINIPERL
> Install only miniperl (without dynamic module loader)
> Usually used to bootstrap a full Perl (@INC contains only .).
>
> +config BR2_PACKAGE_PERL_DB_FILE
> + bool "DB_File"
> + select BR2_PACKAGE_BERKELEYDB
> + help
> + Build the DB_File module.
> +
> endif
> diff --git a/package/perl/perl.mk b/package/perl/perl.mk
> index b00116f..2225f0c 100644
> --- a/package/perl/perl.mk
> +++ b/package/perl/perl.mk
> @@ -12,6 +12,11 @@ PERL_LICENSE = Artistic
> PERL_LICENSE_FILES = Artistic
> PERL_INSTALL_STAGING = YES
>
> +ifdef BR2_PACKAGE_PERL_DB_FILE
ifeq ($(BR2_PACKAGE_PERL_DB_FILE),y)
> + PERL_DEPENDENCIES += berkeleydb
> +endif
> +HOST_PERL_DEPENDENCIES =
> +
> ifeq ($(shell expr $(PERL_VERSION_MAJOR) % 2), 1)
> PERL_USE_DEVEL=-Dusedevel
> endif
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
next prev parent reply other threads:[~2012-09-20 19:57 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-08 12:28 [Buildroot] [PATCH 01/13] perl: new package v6 Francois Perrad
2012-09-08 12:28 ` [Buildroot] [PATCH 02/13] perl: add an option for miniperl Francois Perrad
2012-09-08 12:28 ` [Buildroot] [PATCH 03/13] perl: add DB_File Francois Perrad
2012-09-20 19:57 ` Thomas Petazzoni [this message]
2012-09-21 18:26 ` François Perrad
2012-09-08 12:28 ` [Buildroot] [PATCH 04/13] gdbm: new package Francois Perrad
2012-09-12 5:30 ` Arnout Vandecappelle
2012-09-08 12:28 ` [Buildroot] [PATCH 05/13] perl: add GDBM_File Francois Perrad
2012-09-20 19:59 ` Thomas Petazzoni
2012-09-21 18:36 ` François Perrad
2012-09-21 19:01 ` Thomas Petazzoni
2012-09-24 8:43 ` Arnout Vandecappelle
2012-09-08 12:28 ` [Buildroot] [PATCH 06/13] cpanminus: new package v3 Francois Perrad
2012-09-20 20:04 ` Thomas Petazzoni
2012-09-20 21:35 ` Arnout Vandecappelle
2012-09-21 18:25 ` François Perrad
2012-09-21 19:02 ` Thomas Petazzoni
2012-09-08 12:28 ` [Buildroot] [PATCH 07/13] microperl: build extensions at build time Francois Perrad
2012-09-08 12:28 ` [Buildroot] [PATCH 08/13] microperl: bump version to 5.14.2 Francois Perrad
2012-09-08 12:28 ` [Buildroot] [PATCH 09/13] microperl: improve configure step on 64bits platform Francois Perrad
2012-09-08 12:28 ` [Buildroot] [PATCH 10/13] microperl: install more modules by default Francois Perrad
2012-09-08 12:28 ` [Buildroot] [PATCH 11/13] microperl: bump version to 5.16.1 Francois Perrad
2012-09-08 12:28 ` [Buildroot] [PATCH 12/13] microperl: remove host-microperl Francois Perrad
2012-09-08 12:28 ` [Buildroot] [PATCH 13/13] microperl: mark as DEPRECATED Francois Perrad
2012-09-20 20:22 ` Thomas Petazzoni
2012-09-21 18:53 ` François Perrad
2012-09-21 18:59 ` Thomas Petazzoni
2012-09-23 15:11 ` François Perrad
2012-09-23 15:25 ` Thomas Petazzoni
2012-09-20 19:56 ` [Buildroot] [PATCH 01/13] perl: new package v6 Thomas Petazzoni
2012-09-21 21:29 ` [Buildroot] [UNSURE]Re: " François Perrad
2012-09-22 3:38 ` Thomas Petazzoni
2012-09-24 20:20 ` [Buildroot] " Arnout Vandecappelle
2012-09-25 17:17 ` [Buildroot] [UNSURE]Re: " François Perrad
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120920215727.0159e781@skate \
--to=thomas.petazzoni@free-electrons.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox