summaryrefslogtreecommitdiffstats
path: root/rules/host-dosfstools.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2021-07-12 14:22:41 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2021-07-16 21:24:43 +0200
commit05d05a7f492b65dde8715bdb0356010e54000fe3 (patch)
tree4eafd8ece9688e3c10cf9e8322bf4f6bee6e69a6 /rules/host-dosfstools.make
parent100f4592cd020389dff748068053a17c8d4d803a (diff)
downloadptxdist-05d05a7f492b65dde8715bdb0356010e54000fe3.tar.gz
ptxdist-05d05a7f492b65dde8715bdb0356010e54000fe3.tar.xz
dosfstools: version bump 4.1 -> 4.2
One more copyright line was added to the license header. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-dosfstools.make')
-rw-r--r--rules/host-dosfstools.make4
1 files changed, 3 insertions, 1 deletions
diff --git a/rules/host-dosfstools.make b/rules/host-dosfstools.make
index 2b99ece01..9727563d9 100644
--- a/rules/host-dosfstools.make
+++ b/rules/host-dosfstools.make
@@ -19,6 +19,8 @@ HOST_DOSFSTOOLS_CONF_TOOL := autoconf
HOST_DOSFSTOOLS_CONF_OPT := \
$(HOST_AUTOCONF) \
--enable-compat-symlinks \
- --without-udev
+ --disable-atari-check \
+ --disable-rpath \
+ --without-iconv
# vim: syntax=make