summaryrefslogtreecommitdiffstats
path: root/rules/host-dosfstools.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2017-05-07 10:17:26 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-05-09 17:29:03 +0200
commit5b756c334beb2ebd5295f7b07d2a86b045e6afcd (patch)
tree5b9e317e89d3be61312502d3c0defbf014cba0e7 /rules/host-dosfstools.make
parentd671ce326a67a0548dc629002c7a5257f4ce4ebb (diff)
downloadptxdist-5b756c334beb2ebd5295f7b07d2a86b045e6afcd.tar.gz
ptxdist-5b756c334beb2ebd5295f7b07d2a86b045e6afcd.tar.xz
dosfstools: version bump: 3.0.28 -> 4.1
Some file names have changed, adapt to new names. The labels are adapted as well, so add migration helpers. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> [mol: create legacy linsk with configure options for host-dosfstools] [mol: fix migrate patterns] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-dosfstools.make')
-rw-r--r--rules/host-dosfstools.make7
1 files changed, 5 insertions, 2 deletions
diff --git a/rules/host-dosfstools.make b/rules/host-dosfstools.make
index 6ab5fcf5a..a547c5bdc 100644
--- a/rules/host-dosfstools.make
+++ b/rules/host-dosfstools.make
@@ -17,7 +17,10 @@ HOST_PACKAGES-$(PTXCONF_HOST_DOSFSTOOLS) += host-dosfstools
# Prepare
# ----------------------------------------------------------------------------
-HOST_DOSFSTOOLS_CONF_TOOL := NO
-HOST_DOSFSTOOLS_INSTALL_OPT := PREFIX= install
+HOST_DOSFSTOOLS_CONF_TOOL := autoconf
+HOST_DOSFSTOOLS_CONF_OPT := \
+ $(HOST_AUTOCONF) \
+ --enable-compat-symlinks \
+ --without-udev
# vim: syntax=make