Skip to content

Commit cb33ea4

Browse files
authored
Merge pull request #12558 from wenduwan/v4.1.x_backport_12543
Change default tar format to tar-pax
2 parents 6a7ee37 + 3a48041 commit cb33ea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ OPAL_VAR_SCOPE_POP
100100
#
101101
# Init automake
102102
#
103-
AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects no-define 1.12.2 tar-ustar])
103+
AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects no-define 1.12.2 tar-pax])
104104

105105
# SILENT_RULES is new in AM 1.11, but we require 1.11 or higher via
106106
# autogen. Limited testing shows that calling SILENT_RULES directly

0 commit comments

Comments
 (0)