projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cc8680
)
package/util-linux: Add autoreconf for wipefs
author
Sam Voss
<sam.voss@gmail.com>
Sat, 19 Oct 2019 22:04:52 +0000
(17:04 -0500)
committer
Arnout 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
patch
|
blob
|
history
diff --git
a/package/util-linux/util-linux.mk
b/package/util-linux/util-linux.mk
index 0374420b5888a2a36a0c19ea01c36ad2d235baf1..534cff2492ed2e2d919da2258755ee7d9fff7ba6 100644
(file)
--- 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