summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-03-23 10:56:24 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-03-23 10:56:24 +0100
commitb12242276cc1dffee173ace54cd0f1763118b318 (patch)
treebcd43ecf2c49897f607a85adede1f756f921f9db
parent0faf01c27a606bbbe928a217d9926fb4fc9754c2 (diff)
downloadptxdist-b12242276cc1dffee173ace54cd0f1763118b318.tar.gz
ptxdist-b12242276cc1dffee173ace54cd0f1763118b318.tar.xz
host-util-linux-ng: fix building with latest version
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/host-util-linux-ng.make28
1 files changed, 24 insertions, 4 deletions
diff --git a/rules/host-util-linux-ng.make b/rules/host-util-linux-ng.make
index e88c5898d..181c70535 100644
--- a/rules/host-util-linux-ng.make
+++ b/rules/host-util-linux-ng.make
@@ -39,11 +39,31 @@ HOST_UTIL_LINUX_NG_AUTOCONF := \
--disable-nls \
--disable-use-tty-group \
--disable-makeinstall-chown \
+ --disable-gtk-doc \
+ --disable-mount \
+ --disable-fsck \
+ --disable-uuidd \
+ --disable-nls \
+ --disable-agetty \
+ --disable-cramfs \
+ --disable-switch_root \
+ --disable-pivot_root \
--disable-fallocate \
+ --disable-unshare \
+ --disable-init \
+ --disable-kill \
+ --disable-last \
+ --disable-mesg \
+ --disable-partx \
+ --disable-raw \
+ --disable-rename \
+ --disable-reset \
+ --disable-login-utils \
+ --disable-schedutils \
+ --disable-wall \
+ --disable-write \
--enable-libuuid \
- --enable-libblkid
-
-HOST_UTIL_LINUX_NG_MAKE_OPT := -C shlibs
-HOST_UTIL_LINUX_NG_INSTALL_OPT := $(HOST_UTIL_LINUX_NG_MAKE_OPT) install
+ --enable-libblkid \
+ --enable-libmount
# vim: syntax=make