summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ghostscript/ghostscript/0001-make-ghostscript-work-with-long-building-directory.patch
blob: 4dbf86f3ac93ccffe0677028ea24423dc3f70e32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Upstream-Status: Accepted

Make ghost script work with long building directory

This patch has been accepted by upstream and should be removed
at the next update of ghostscript.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>

Index: base/genconf.c
==============================================================
--- a/base/genconf.c
+++ b/base/genconf.c
@@ -682,7 +682,7 @@ read_dev(config_t * pconf, const char *arg)
     string_item_t *item;
     const char *in;
 
-#define MAX_TOKEN 256
+#define MAX_TOKEN 512
     char *token = malloc(MAX_TOKEN + 1);
     char *category = malloc(MAX_TOKEN + 1);
     int file_index;