summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2014-04-07 12:40:53 +0300
committerPanu Matilainen <pmatilai@redhat.com>2014-04-07 12:47:55 +0300
commitd07af12947e8e8dfdab0644201a7a54309cd9cde (patch)
treedf9510d54d62fe4719bda978fbe17a77b7d4b734 /configure.ac
parentf996665e2fe6388a1e9f71ccd07c723e256a8fb3 (diff)
downloadrpm-d07af12947e8e8dfdab0644201a7a54309cd9cde.tar.gz
Use pax format for dist tarballs.
- Last year somebody decided that uid/gid stored in automake'd archives is somehow important, causing ustar format to be unusable with large uid/gid :( https://lists.gnu.org/archive/html/automake/2013-02/msg00075.html
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9dce1be85..5419a014a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ AC_CONFIG_SRCDIR([rpmqv.c])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
-AM_INIT_AUTOMAKE([1.10 foreign tar-ustar dist-bzip2 subdir-objects nostdinc])
+AM_INIT_AUTOMAKE([1.10 foreign tar-pax dist-bzip2 subdir-objects nostdinc])
dnl Allow silent build on automake versions that support it
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])