summaryrefslogtreecommitdiffstats
path: root/rules/host-util-linux-ng.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-02-22 15:34:35 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-02-22 15:34:35 +0100
commit057147e31e06a7b1b2ca4eac5bf50550e0d4fe16 (patch)
tree0ce3bb4f6c39a1c5743983e4f3f64ed68adaaf5e /rules/host-util-linux-ng.make
parent61456da67038f760f64edb5cec047ff6399ac5b7 (diff)
downloadptxdist-057147e31e06a7b1b2ca4eac5bf50550e0d4fe16.tar.gz
ptxdist-057147e31e06a7b1b2ca4eac5bf50550e0d4fe16.tar.xz
[host-util-linux-ng] configure with --disable-fallocate
We don't need it and it causes problems on some systems. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-util-linux-ng.make')
-rw-r--r--rules/host-util-linux-ng.make3
1 files changed, 2 insertions, 1 deletions
diff --git a/rules/host-util-linux-ng.make b/rules/host-util-linux-ng.make
index 166683cf9..d25602e0a 100644
--- a/rules/host-util-linux-ng.make
+++ b/rules/host-util-linux-ng.make
@@ -37,6 +37,7 @@ $(STATEDIR)/host-util-linux-ng.get: $(STATEDIR)/util-linux-ng.get
HOST_UTIL_LINUX_NG_AUTOCONF := \
$(HOST_AUTOCONF) \
--disable-use-tty-group \
- --disable-makeinstall-chown
+ --disable-makeinstall-chown \
+ --disable-fallocate
# vim: syntax=make