From 4a0791a4ff789b903ac0062574474c6cc3892faa Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 17 Aug 2015 14:00:19 +0200 Subject: [PATCH] build: don't limit dist tarball files to 99 characters Otherwise, some files from libnl will be missing. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0de82744..fd72541a 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,7 @@ AC_CONFIG_MACRO_DIR([m4]) AC_SUBST([CONFIGURE_ARGS], [$ac_configure_args]) # Configure automake -AM_INIT_AUTOMAKE([foreign subdir-objects -Wall -Werror]) +AM_INIT_AUTOMAKE([foreign subdir-objects -Wall -Werror tar-ustar]) AM_MAINTAINER_MODE m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES(yes)]) -- 2.39.5