From: Sam Voss Date: Sat, 19 Oct 2019 22:04:52 +0000 (-0500) Subject: package/util-linux: Add autoreconf for wipefs X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c4059e9f8f7043cf58075b5401f5391ff8475d82;p=buildroot.git package/util-linux: Add autoreconf for wipefs Patch for adding the `--enable-wipefs` configuration option requires an reconfiguration of autotools which is causing autobuilder failures. Signed-off-by: Sam Voss Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- diff --git a/package/util-linux/util-linux.mk b/package/util-linux/util-linux.mk index 0374420b58..534cff2492 100644 --- a/package/util-linux/util-linux.mk +++ b/package/util-linux/util-linux.mk @@ -23,6 +23,7 @@ UTIL_LINUX_DEPENDENCIES = host-pkgconf $(TARGET_NLS_DEPENDENCIES) UTIL_LINUX_CONF_OPTS += \ --disable-rpath \ --disable-makeinstall-chown +UTIL_LINUX_AUTORECONF = YES UTIL_LINUX_LIBS = $(TARGET_NLS_LIBS) # system depends on util-linux so we enable systemd support