[Buildroot] [git commit] package/util-linux: Add autoreconf for wipefs

Arnout Vandecappelle (Essensium/Mind) arnout at mind.be
Sat Oct 19 22:22:11 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=c4059e9f8f7043cf58075b5401f5391ff8475d82
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Patch for adding the `--enable-wipefs` configuration option requires an
reconfiguration of autotools which is causing autobuilder failures.

Signed-off-by: Sam Voss <sam.voss at gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
---
 package/util-linux/util-linux.mk | 1 +
 1 file changed, 1 insertion(+)

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


More information about the buildroot mailing list