[libbluray-devel] Allow filenames longer than 99 characters in the tarball

Xavier Bachelot git at videolan.org
Sat Dec 3 17:48:52 CET 2011


libbluray | branch: master | Xavier Bachelot <xavier at bachelot.org> | Fri Dec  2 18:31:56 2011 +0100| [cde2e104cc313032c24c272286da11ef98d5847c] | committer: hpi1

Allow filenames longer than 99 characters in the tarball

Some files from libbluray/bdj/java have a filename longer than 99 characters.
Make sure tar will handle that.

> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=cde2e104cc313032c24c272286da11ef98d5847c
---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index d53b909..756032b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@ AC_INIT([libbluray], bluray_version, [http://www.videolan.org/developers/libblur
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CANONICAL_SYSTEM
-AM_INIT_AUTOMAKE([foreign])
+AM_INIT_AUTOMAKE([foreign tar-ustar])
 AM_CONFIG_HEADER(config.h)
 
 case "${host_os}" in



More information about the libbluray-devel mailing list