]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
automake: convert to tar-pax
authorJeff Layton <jlayton@redhat.com>
Tue, 20 Dec 2016 16:54:25 +0000 (11:54 -0500)
committerJeff Layton <jlayton@redhat.com>
Tue, 20 Dec 2016 16:54:25 +0000 (11:54 -0500)
commit8e0cffdd435eeb24f4ea3658cf1db9973759dd29
treec8a7992979c2d5dfd50578536e3594b0b9d8f7e6
parentf2dfc200dbf93927ca1059ae203c8242b23eeb40
automake: convert to tar-pax

We hit some recent build issues with the merge of ceph-qa-suite into
the main repo. The ustar format barfs on >100 character symlink
paths.

Convert to using "tar-pax" which should make it use the posix format.
Any build machine that we're reasonably targeting should support it.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
configure.ac