From: Jeff Layton Date: Tue, 20 Dec 2016 16:54:25 +0000 (-0500) Subject: automake: convert to tar-pax X-Git-Tag: v10.2.6~164^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8e0cffdd435eeb24f4ea3658cf1db9973759dd29;p=ceph.git 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 --- diff --git a/configure.ac b/configure.ac index 32e273f1d993..4d11f1a87868 100644 --- a/configure.ac +++ b/configure.ac @@ -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])])