From 3a480414cea3a93ec687daed57de53e1276f1ca7 Mon Sep 17 00:00:00 2001 From: Tomislav Janjusic Date: Mon, 13 May 2024 14:19:32 -0500 Subject: [PATCH] Change default tar format to tar-pax Signed-off-by: Tomislav Janjusic (cherry picked from commit 72a89ea32f882b60aa48660aaa059f95327a67dd) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a272023e3f0..ac233058e1f 100644 --- a/configure.ac +++ b/configure.ac @@ -100,7 +100,7 @@ OPAL_VAR_SCOPE_POP # # Init automake # -AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects no-define 1.12.2 tar-ustar]) +AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects no-define 1.12.2 tar-pax]) # SILENT_RULES is new in AM 1.11, but we require 1.11 or higher via # autogen. Limited testing shows that calling SILENT_RULES directly