summaryrefslogtreecommitdiff
blob: 576c548ee8d09680f5b6b71f0e263b896c70c358 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Taken from fedora to fix tests with gcc4

http://bugs.gentoo.org/show_bug.cgi?id=88214

--- tar-1.15.1/tests/genfile.c
+++ tar-1.15.1/tests/genfile.c
@@ -60,8 +60,8 @@
 /* Block buffer for sparse file */
 char *buffer;
 
-static const char *argp_program_version = "genfile (" PACKAGE ") " VERSION;
-static const char *argp_program_bug_address = "<" PACKAGE_BUGREPORT ">";
+const char *argp_program_version = "genfile (" PACKAGE ") " VERSION;
+const char *argp_program_bug_address = "<" PACKAGE_BUGREPORT ">";
 static char doc[] = N_("genfile generates data files for GNU paxutils test suite");
 
 static struct argp_option options[] = {