Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2] whois: Fix unmet dependencies
@ 2014-09-19 14:52 Jérôme Pouiller
  2014-09-19 20:05 ` Yann E. MORIN
  2014-09-19 21:11 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Jérôme Pouiller @ 2014-09-19 14:52 UTC (permalink / raw)
  To: buildroot

Fix :
   BR2_PACKAGE_WHOIS selects BR2_PACKAGE_GETTEXT which has unmet direct dependencies (BR2_USE_WCHAR)

Signed-off-by: J?r?me Pouiller <jezz@sysmic.org>
---
 package/whois/Config.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/whois/Config.in b/package/whois/Config.in
index 40b6590..95e3dc6 100644
--- a/package/whois/Config.in
+++ b/package/whois/Config.in
@@ -1,7 +1,11 @@
 config BR2_PACKAGE_WHOIS
 	bool "whois"
+	depends on BR2_USE_WCHAR # gettext
 	select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
 	help
 	  Improved whois client.
 
 	  http://www.linux.it/~md/software/
+
+comment "whois needs a toolchain w/ wchar"
+	depends on !BR2_USE_WCHAR
-- 
2.1.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-09-19 21:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-19 14:52 [Buildroot] [PATCH v2] whois: Fix unmet dependencies Jérôme Pouiller
2014-09-19 20:05 ` Yann E. MORIN
2014-09-19 21:11 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox