diff mbox series

package/util-linux: Add autoreconf for wipefs

Message ID 20191019220452.496313-1-sam.voss@gmail.com
State Accepted
Headers show
Series package/util-linux: Add autoreconf for wipefs | expand

Commit Message

Sam Voss Oct. 19, 2019, 10:04 p.m. UTC
From: Sam Voss <sam.voss@gmail.com>

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>
---

In reference to

http://autobuild.buildroot.net/?reason=util-linux-2.34

 package/util-linux/util-linux.mk | 1 +
 1 file changed, 1 insertion(+)

Comments

Arnout Vandecappelle Oct. 19, 2019, 10:23 p.m. UTC | #1
On 20/10/2019 00:04, sam.voss@gmail.com wrote:
> From: Sam Voss <sam.voss@gmail.com>
> 
> 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>

 Applied to master, thanks.

 Thank you Bernd for noticing. And shame on you Arnout for not noticing :-)

 Regards,
 Arnout

> ---
> 
> In reference to
> 
> http://autobuild.buildroot.net/?reason=util-linux-2.34
> 
>  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
>
diff mbox series

Patch

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