Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] util-linux: Add --without-ncurses to host-util-linux config
@ 2013-11-01 11:59 Olivier Schonken
  2013-11-01 14:27 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Olivier Schonken @ 2013-11-01 11:59 UTC (permalink / raw)
  To: buildroot

Ncurses not necessary when building host-util-linux.

Signed-off-by: Olivier Schonken <olivier.schonken@gmail.com>
---
 package/util-linux/util-linux.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/util-linux/util-linux.mk b/package/util-linux/util-linux.mk
index 4db1e52..a694f3d 100644
--- a/package/util-linux/util-linux.mk
+++ b/package/util-linux/util-linux.mk
@@ -84,7 +84,7 @@ HOST_UTIL_LINUX_CONF_OPT += \
 	--disable-login --disable-mount --disable-partx \
 	--disable-pivot_root --disable-rename --disable-schedutils \
 	--disable-su --disable-switch_root --disable-unshare \
-	--disable-uuidd --disable-wall
+	--disable-uuidd --disable-wall --without-ncurses
 
 # Avoid building the tools if they are disabled since we can't install on
 # a per-directory basis.
-- 
1.8.3.2

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

* [Buildroot] [PATCH 1/1] util-linux: Add --without-ncurses to host-util-linux config
  2013-11-01 11:59 [Buildroot] [PATCH 1/1] util-linux: Add --without-ncurses to host-util-linux config Olivier Schonken
@ 2013-11-01 14:27 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2013-11-01 14:27 UTC (permalink / raw)
  To: buildroot

Dear Olivier Schonken,

On Fri,  1 Nov 2013 13:59:01 +0200, Olivier Schonken wrote:
> Ncurses not necessary when building host-util-linux.
> 
> Signed-off-by: Olivier Schonken <olivier.schonken@gmail.com>

Applied to for-peter-2013.11, thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2013-11-01 14:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-01 11:59 [Buildroot] [PATCH 1/1] util-linux: Add --without-ncurses to host-util-linux config Olivier Schonken
2013-11-01 14:27 ` Thomas Petazzoni

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