]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
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)
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

index 32e273f1d993ce785d6119f5a2ac631e2da70c0d..4d11f1a878681f224d0e432605616891486847ab 100644 (file)
@@ -51,7 +51,7 @@ AM_PROG_LIBTOOL
 AM_PROG_AS
 
 
-AM_INIT_AUTOMAKE([foreign parallel-tests tar-ustar])
+AM_INIT_AUTOMAKE([foreign parallel-tests tar-pax])
 # enable make V=0 (if automake >1.11)
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])