diff options
| author | Simo Sorce <simo@redhat.com> | 2016-12-20 12:46:33 -0500 |
|---|---|---|
| committer | Martin Babinsky <mbabinsk@redhat.com> | 2016-12-21 14:54:08 +0100 |
| commit | 2bc01ec5b4a91a805912bdada429a91ab08ed196 (patch) | |
| tree | 0632e435ffc9f0273f95ec6d07ffac220d939803 | |
| parent | 998c87af2b7b2c704d34dd27fe99bda495a59e23 (diff) | |
Use the tar Posix option for tarballs
This is necessary to be able to successfully build archives in
environments controlled by an IPA domain which may have large uidNumbers
for user accounts.
tar-ustar allows UID/GID numbers only up to 2 million and by default a
new IPA installation can assigne UIDs in the billion range.
https://fedorahosted.org/freeipa/ticket/6418
Signed-off-by: Simo Sorce <simo@redhat.com>
Reviewed-By: Petr Spacek <pspacek@redhat.com>
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 3ea598355..e8a4701c1 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ esac AC_CONFIG_HEADERS([config.h]) -AM_INIT_AUTOMAKE([foreign 1.9 tar-ustar]) +AM_INIT_AUTOMAKE([foreign 1.9 tar-pax]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) AC_PROG_CC_C99 |
