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

Xavier Bachelot xavier at bachelot.org
Fri Dec 2 18:31:56 CET 2011


Some files from libbluray/bdj/java have a filename longer than 99 characters.
Make sure tar will handle that.
---
 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
-- 
1.7.6.4



More information about the libbluray-devel mailing list