All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v4] inetutils: new package for random network tools
Date: Tue, 23 Nov 2010 20:38:18 +0100	[thread overview]
Message-ID: <20101123203818.3efd3e9a@surf> (raw)
In-Reply-To: <1290225547-9728-1-git-send-email-vapier@gentoo.org>

On Fri, 19 Nov 2010 22:59:07 -0500
Mike Frysinger <vapier@gentoo.org> wrote:

> +	$(call USE_ENABLE,INET_IPV6,ipv6) \

The following bit in package/Makefile.in already passes --disable-ipv6
when IPv6 is not available:

ifneq ($(BR2_INET_IPV6),y)
DISABLE_IPV6= --disable-ipv6
endif

However, it does not pass --enable-ipv6 when IPv6 is enabled.

I'm not sure what to do:

 *) Pass --{disable,enable}-ipv6 to every package

 *) Remove completely the snippet in package/Makefile.in and let each
    package handle its options. I'm not sure --{disable,enable}-ipv6 is
    really a standard thing.

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

  reply	other threads:[~2010-11-23 19:38 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-19  5:39 [Buildroot] [PATCH] inetutils: new package for random network tools Mike Frysinger
2010-11-19  7:56 ` Thomas Petazzoni
2010-11-19  8:19 ` [Buildroot] [PATCH v2] " Mike Frysinger
2010-11-20  2:39 ` Mike Frysinger
2010-11-20  3:59 ` [Buildroot] [PATCH v4] " Mike Frysinger
2010-11-23 19:38   ` Thomas Petazzoni [this message]
2010-12-07 21:32     ` Mike Frysinger

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=20101123203818.3efd3e9a@surf \
    --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 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.