Commit 9c7bc3f3 authored by Olivier Schonken's avatar Olivier Schonken Committed by Thomas Petazzoni
Browse files

util-linux: Add --without-ncurses to host-util-linux



Ncurses not necessary when building host-util-linux, so passing
--without-ncurses avoids from misdetecting an installed host ncurses
on the build machine.

[Thomas: improve commit message]
Signed-off-by: default avatarOlivier Schonken <olivier.schonken@gmail.com>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent e06fac39
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.