Blame SOURCES/0075-make-dist-use-tar-ustar-due-to-long-filenames.patch

0c9110
From 489348e485c93d819cc8569eac85c5d46396c22a Mon Sep 17 00:00:00 2001
0c9110
From: Jakub Filak <jfilak@redhat.com>
0c9110
Date: Tue, 23 Sep 2014 10:48:36 +0200
0c9110
Subject: [LIBREPORT PATCH 75/93] make dist: use tar-ustar due to long
0c9110
 filenames
0c9110
0c9110
Thanks Richard Marko <rmarko@redhat.com>!
0c9110
0c9110
Signed-off-by: Jakub Filak <jfilak@redhat.com>
0c9110
---
0c9110
 configure.ac | 2 +-
0c9110
 1 file changed, 1 insertion(+), 1 deletion(-)
0c9110
0c9110
diff --git a/configure.ac b/configure.ac
0c9110
index 1c9c7ce..df88240 100644
0c9110
--- a/configure.ac
0c9110
+++ b/configure.ac
0c9110
@@ -20,7 +20,7 @@ AC_INIT([libreport],
0c9110
 	[crash-catcher@fedorahosted.org])
0c9110
 
0c9110
 AC_CONFIG_MACRO_DIR([m4])
0c9110
-AM_INIT_AUTOMAKE([-Wall foreign])
0c9110
+AM_INIT_AUTOMAKE([-Wall foreign tar-ustar])
0c9110
 # Support silent build rules. Disable by either passing --disable-silent-rules
0c9110
 # to ./configure or passing V=1 to make
0c9110
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
0c9110
-- 
0c9110
1.8.3.1
0c9110