diff options
Diffstat (limited to 'meta/recipes-extended/ghostscript')
-rw-r--r-- | meta/recipes-extended/ghostscript/ghostscript_9.02.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-extended/ghostscript/ghostscript_9.02.bb b/meta/recipes-extended/ghostscript/ghostscript_9.02.bb index 2e467341ef..9b21c66956 100644 --- a/meta/recipes-extended/ghostscript/ghostscript_9.02.bb +++ b/meta/recipes-extended/ghostscript/ghostscript_9.02.bb | |||
@@ -36,6 +36,11 @@ SRC_URI[sha256sum] = "03ea2cad13a36f8f9160912012b79619a826e7148fada6d3531feb2540 | |||
36 | 36 | ||
37 | EXTRA_OECONF = "--without-x --with-system-libtiff --without-jbig2dec --without-jasper --with-fontpath=${datadir}/fonts" | 37 | EXTRA_OECONF = "--without-x --with-system-libtiff --without-jbig2dec --without-jasper --with-fontpath=${datadir}/fonts" |
38 | 38 | ||
39 | # This has been fixed upstream but for now we need to subvert the check for time.h | ||
40 | # http://bugs.ghostscript.com/show_bug.cgi?id=692443 | ||
41 | # http://bugs.ghostscript.com/show_bug.cgi?id=692426 | ||
42 | CFLAGS += "-DHAVE_SYS_TIME_H=1" | ||
43 | |||
39 | inherit autotools | 44 | inherit autotools |
40 | 45 | ||
41 | do_configure () { | 46 | do_configure () { |