[syslog-ng] [PATCH 2/2] configure: Use ustar tar format for the make dist tarball.

Gergely Nagy algernon at balabit.hu
Tue Aug 30 19:52:38 CEST 2011


In order to avoid the 99 char filename limit, force the ustar format,
so we extend the limit to 255 bytes instead.

Signed-off-by: Gergely Nagy <algernon at balabit.hu>
---
 configure.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/configure.in b/configure.in
index daa2b4d..2685568 100644
--- a/configure.in
+++ b/configure.in
@@ -53,6 +53,7 @@ else
 fi
 
 AM_INIT_AUTOMAKE($PACKAGE, $VERSION, no-define)
+_AM_PROG_TAR([ustar])
 if test -n "$SNAPSHOT_VERSION"; then
 	VERSION=$VERSION+$SNAPSHOT_VERSION
 fi
-- 
1.7.5.4




More information about the syslog-ng mailing list