All of lore.kernel.org
 help / color / mirror / Atom feed
From: Baruch Siach <baruch@tkos.co.il>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] gdbm: handle optional dependency gettext
Date: Wed, 27 May 2015 22:55:59 +0300	[thread overview]
Message-ID: <20150527195559.GZ2260@tarshish> (raw)
In-Reply-To: <1432755579-10890-1-git-send-email-francois.perrad@gadz.org>

Hi Francois,

On Wed, May 27, 2015 at 09:39:39PM +0200, Francois Perrad wrote:
> gdbm itself is an optional dependency of perl

Is this a fix for
http://autobuild.buildroot.net/results/940/9404e004ac24c5f3eedc8e7bc8afadd35983de70/

?

baruch

> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
> ---
>  package/gdbm/gdbm.mk | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/package/gdbm/gdbm.mk b/package/gdbm/gdbm.mk
> index 12e1dac..f7a4370 100644
> --- a/package/gdbm/gdbm.mk
> +++ b/package/gdbm/gdbm.mk
> @@ -10,4 +10,8 @@ GDBM_LICENSE = GPLv3+
>  GDBM_LICENSE_FILES = COPYING
>  GDBM_INSTALL_STAGING = YES
>  
> +ifeq ($(BR2_PACKAGE_GETTEXT),y)
> +GDBM_DEPENDENCIES += gettext
> +endif
> +
>  $(eval $(autotools-package))

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -

  reply	other threads:[~2015-05-27 19:55 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-27 19:39 [Buildroot] [PATCH] gdbm: handle optional dependency gettext Francois Perrad
2015-05-27 19:55 ` Baruch Siach [this message]
     [not found]   ` <CAB0FRss9-+251CWRnMSi2NPe=ySQ4wMU4XRUbr-ye_B+xstitQ@mail.gmail.com>
2015-05-28 20:36     ` Baruch Siach
2015-06-30 12:22 ` Thomas Petazzoni

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=20150527195559.GZ2260@tarshish \
    --to=baruch@tkos.co.il \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.