X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage5%2Fpkg%2Fghostscript;h=9ab008c598ee8abb17c06a3e3afbb19cec692333;hb=42066f08a9c168bffa3fccf2bed23e4d65151935;hp=17f519cbb3fb1b18867c5eda6407ad3019850126;hpb=582e550b16726c1391156a831baaf33c29a7a38f;p=hvlinux.git diff --git a/stage5/pkg/ghostscript b/stage5/pkg/ghostscript index 17f519c..9ab008c 100644 --- a/stage5/pkg/ghostscript +++ b/stage5/pkg/ghostscript @@ -6,18 +6,13 @@ hvconfig_pre() cd ${SRC_DIR} - # To use the system-installed version of JasPer: - rm -rf jasper - - # To use the system-installed copies of libjpeg and libpng: - rm -rf jpeg - rm -rf libpng - - # To use the system-installed copy of libtiff: - rm -rf tiff + # To use the system-installed version of librairies: + rm -rf jasper tiff openjpeg + rm -rf expat freetype lcms2 jpeg libpng zlib CONFIGURE_OPTS+=" \ --enable-dynamic \ + --disable-compile-inits \ --with-system-libtiff \ --with-fontpath=${GS_FONTS_PATH}" }