[gnome-bluetooth] build: Use tar-ustar to work around tar limits
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-bluetooth] build: Use tar-ustar to work around tar limits
- Date: Tue, 29 Mar 2011 19:16:43 +0000 (UTC)
commit d5a5819415b07a874833af8f4122161e99f8bdf4
Author: Bastien Nocera <hadess hadess net>
Date: Sun Mar 27 16:10:29 2011 +0100
build: Use tar-ustar to work around tar limits
With the default tar, gnome-bluetooth 2.91.91 showed:
tar: gnome-bluetooth-2.91.92/docs/reference/libgnome-bluetooth/html/gnome-bluetooth-bluetooth-chooser.html: file name is too long (max 99); not dumped
tar: Exiting with failure status due to previous errors
gtar:gnome-bluetooth-2.91.92/docs/reference/libgnome-bluetooth/html/gnome-bluetooth-bluetooth-chooser.html: file name is too long (max 99); not dumped
gtar: Exiting with failure status due to previous errors
Use tar-ustar to work around the 99 character limit, and
the ballonned (and broken) tar file resulting from it.
https://bugzilla.gnome.org/show_bug.cgi?id=645830
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index b3d9cd5..f6e17e9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,7 +11,7 @@ AC_INIT([gnome-bluetooth],
AC_CONFIG_SRCDIR([applet/main.c])
AC_CONFIG_HEADERS([config.h])
-AM_INIT_AUTOMAKE([1.8 dist-bzip2 no-dist-gzip check-news])
+AM_INIT_AUTOMAKE([1.8 dist-bzip2 no-dist-gzip check-news tar-ustar])
# Before making a release, the GNOMEBT_LT_VERSION string should be modified.
# The string is of the form C:R:A.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]