[Buildroot] ghostscript: wrong fonts path set in target application

Thomas Ehrhardt e.thomas at gmx.de
Wed Jul 25 11:46:28 UTC 2018


Without this patch the fonts path of ghostscript is wrong.

--- a/package/ghostscript/ghostscript.mk
+++ b/package/ghostscript/ghostscript.mk
@@ -40,7 +40,7 @@
        --disable-compile-inits \
        --disable-cups \
        --enable-fontconfig \
-       --with-fontpath=$(GHOSTSCRIPT_FONTS_TARGET_DIR) \
+       --with-fontpath=/usr/share/fonts \
        --enable-freetype \
        --disable-gtk \
        --without-jbig2dec \




--
Sent from: http://buildroot-busybox.2317881.n4.nabble.com/


More information about the buildroot mailing list