package/util-linux: Add autoreconf for wipefs
authorSam Voss <sam.voss@gmail.com>
Sat, 19 Oct 2019 22:04:52 +0000 (17:04 -0500)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Sat, 19 Oct 2019 22:22:11 +0000 (00:22 +0200)
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@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/util-linux/util-linux.mk

index 0374420b5888a2a36a0c19ea01c36ad2d235baf1..534cff2492ed2e2d919da2258755ee7d9fff7ba6 100644 (file)
@@ -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