]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Move to ustar format for dnsdist dist tarball. 9983/head
authorOtto <otto.moerbeek@open-xchange.com>
Sat, 16 Jan 2021 14:00:09 +0000 (15:00 +0100)
committerOtto <otto.moerbeek@open-xchange.com>
Sat, 16 Jan 2021 14:27:04 +0000 (15:27 +0100)
Pre-Posix format has too low limit on path length that might
get hit on long branch names.

pdns/dnsdistdist/configure.ac

index cba6cc68536952ad4fb3de7156ef7d577c55deaf..a67144cf1fbb8ed5a2020d422b599e1c232b3272 100644 (file)
@@ -1,7 +1,7 @@
 AC_PREREQ([2.69])
 
 AC_INIT([dnsdist], m4_esyscmd(build-aux/gen-version))
-AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip parallel-tests 1.11 subdir-objects])
+AM_INIT_AUTOMAKE([foreign tar-ustar dist-bzip2 no-dist-gzip parallel-tests 1.11 subdir-objects])
 AM_SILENT_RULES([yes])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADERS([config.h])