From: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 03/10] ndisc6: only needs gettext if locale is selected
Date: Sun, 14 Oct 2012 23:10:04 +0200 [thread overview]
Message-ID: <20121014210957.17845.97141.stgit@localhost> (raw)
In-Reply-To: <20121014210734.17845.64519.stgit@localhost>
Also add missing select in Config.in.
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
---
package/ndisc6/Config.in | 1 +
package/ndisc6/ndisc6.mk | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/package/ndisc6/Config.in b/package/ndisc6/Config.in
index 126bfa2..6abe4ce 100644
--- a/package/ndisc6/Config.in
+++ b/package/ndisc6/Config.in
@@ -4,6 +4,7 @@ comment "ndisc6 requires a toolchain with IPv6 support"
config BR2_PACKAGE_NDISC6
bool "ndisc6 tools"
depends on BR2_INET_IPV6
+ select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
help
NDisc6 is a small collection of useful tools for IPv6 networking
diff --git a/package/ndisc6/ndisc6.mk b/package/ndisc6/ndisc6.mk
index f58cc13..1d3c0e7 100644
--- a/package/ndisc6/ndisc6.mk
+++ b/package/ndisc6/ndisc6.mk
@@ -10,7 +10,7 @@ NDISC6_SITE = http://www.remlab.net/files/ndisc6/
NDISC6_CONF_ENV = CC="$(TARGET_CC) -std=gnu99"
NDISC6_CONF_OPT = --localstatedir=/var --disable-rpath --disable-suid-install
-ifeq ($(BR2_PACKAGE_GETTEXT),y)
+ifeq ($(BR2_NEEDS_GETTEXT_IF_LOCALE),y)
NDISC6_DEPENDENCIES += gettext
NDISC6_CONF_ENV += LDFLAGS="$(TARGET_LDFLAGS) -lintl"
endif
next prev parent reply other threads:[~2012-10-14 21:10 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-14 21:09 [Buildroot] [PATCH 00/10] Clean up improper dependencies on gettext without LOCALE Arnout Vandecappelle
2012-10-14 21:09 ` [Buildroot] [PATCH 01/10] diffutils: only needs gettext if locale is selected Arnout Vandecappelle
2012-10-14 21:25 ` Yann E. MORIN
2012-10-14 21:09 ` [Buildroot] [PATCH 02/10] flex: " Arnout Vandecappelle
2012-10-14 21:25 ` Yann E. MORIN
2012-10-14 21:10 ` Arnout Vandecappelle [this message]
2012-10-14 21:26 ` [Buildroot] [PATCH 03/10] ndisc6: " Yann E. MORIN
2012-10-14 21:10 ` [Buildroot] [PATCH 04/10] util-linux: " Arnout Vandecappelle
2012-10-14 21:26 ` Yann E. MORIN
2012-10-14 21:10 ` [Buildroot] [PATCH 05/10] lshw: fix build with no LOCALE support Arnout Vandecappelle
2012-10-14 21:10 ` [Buildroot] [PATCH 06/10] avahi: remove double dependency on gettext Arnout Vandecappelle
2012-10-14 21:27 ` Yann E. MORIN
2012-10-14 21:10 ` [Buildroot] [PATCH 07/10] pulseaudio: remove " Arnout Vandecappelle
2012-10-15 9:45 ` Samuel Martin
2012-10-14 21:11 ` [Buildroot] [PATCH 08/10] gdk-pixbuf: " Arnout Vandecappelle
2012-10-14 21:11 ` [Buildroot] [PATCH 09/10] glib-networking: remove redundant " Arnout Vandecappelle
2012-10-14 21:21 ` Yann E. MORIN
2012-11-01 13:48 ` Arnout Vandecappelle
2012-11-01 14:02 ` Arnout Vandecappelle
2012-10-14 21:11 ` [Buildroot] [PATCH 10/10] libsoup: " Arnout Vandecappelle
2012-10-14 21:24 ` Yann E. MORIN
2012-11-01 14:26 ` Arnout Vandecappelle
-- strict thread matches above, loose matches on Subject: below --
2012-09-21 0:53 [Buildroot] [PATCH 00/10] Clean up improper dependencies on gettext without LOCALE Arnout Vandecappelle
2012-09-21 0:54 ` [Buildroot] [PATCH 03/10] ndisc6: only needs gettext if locale is selected Arnout Vandecappelle
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=20121014210957.17845.97141.stgit@localhost \
--to=arnout@mind.be \
--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