]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
build: don't limit dist tarball files to 99 characters
authorVincent Bernat <vincent@bernat.im>
Mon, 17 Aug 2015 12:00:19 +0000 (14:00 +0200)
committerVincent Bernat <vincent@bernat.im>
Mon, 17 Aug 2015 12:00:19 +0000 (14:00 +0200)
Otherwise, some files from libnl will be missing.

configure.ac

index 0de8274486f4be92e46c09ae1ccb895f5e06687f..fd72541a40a115b0d9656b7cbdb3388e5d15a019 100644 (file)
@@ -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)])