From: Vincent Bernat Date: Mon, 17 Aug 2015 12:00:19 +0000 (+0200) Subject: build: don't limit dist tarball files to 99 characters X-Git-Tag: 0.8.0~95 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4a0791a4ff789b903ac0062574474c6cc3892faa;p=thirdparty%2Flldpd.git build: don't limit dist tarball files to 99 characters Otherwise, some files from libnl will be missing. --- 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)])