aboutsummaryrefslogtreecommitdiffstats
path: root/libgsm0710mux
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2012-05-11 17:52:25 +0200
committerSimon Busch <morphis@gravedo.de>2012-05-11 17:52:25 +0200
commit24fff4d236027ba8ad45c81dc7386d4a2b575f4d (patch)
tree57f459e0a7065c0a1e79231d787f4e2deebee531 /libgsm0710mux
parent6890c40a920e2835df9dec31f7ffea34486d1431 (diff)
downloadcornucopia-24fff4d236027ba8ad45c81dc7386d4a2b575f4d.tar.gz
cornucopia-24fff4d236027ba8ad45c81dc7386d4a2b575f4d.tar.bz2
cornucopia-24fff4d236027ba8ad45c81dc7386d4a2b575f4d.zip
Use ustar format for the distribution tar archive in all components of the stack
If we're not using ustar format for the tar archives we're getting problems when trying to package files with a path longer than 99 characters which isn't supported by the default tar format but by the ustart one.
Diffstat (limited to 'libgsm0710mux')
-rw-r--r--libgsm0710mux/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgsm0710mux/configure.ac b/libgsm0710mux/configure.ac
index 66b343fe..9c67a111 100644
--- a/libgsm0710mux/configure.ac
+++ b/libgsm0710mux/configure.ac
@@ -1,7 +1,7 @@
AC_INIT([libgsm0710mux], [0.11.0], [smartphones-userland@linuxtogo.org], [libgsm0710mux])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS(config.h)
-AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip])
+AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip tar-ustar])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_GNU_SOURCE