]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
configure: Generate tar-ustar tarball instead of tar-v7
authorMate Kukri <mate.kukri@canonical.com>
Thu, 24 Jul 2025 17:06:29 +0000 (18:06 +0100)
committerDaniel Kiper <daniel.kiper@oracle.com>
Thu, 14 Aug 2025 19:21:42 +0000 (21:21 +0200)
Some of our paths are too long for tar-v7 at this point but tar-ustar
is supported by essentially everything. So, let's use that.

Signed-off-by: Mate Kukri <mate.kukri@canonical.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
configure.ac

index 83e3ddf9084520a60599b00763fa21d4cd8a4b04..1036638a965b042b99a222b66f29b72a3a8f1afb 100644 (file)
@@ -53,7 +53,7 @@ save_program_prefix="${program_prefix}"
 AC_CANONICAL_TARGET
 program_prefix="${save_program_prefix}"
 
-AM_INIT_AUTOMAKE([1.11])
+AM_INIT_AUTOMAKE([1.11 tar-ustar])
 AC_PREREQ(2.64)
 AC_CONFIG_SRCDIR([include/grub/dl.h])
 AC_CONFIG_HEADERS([config-util.h])