From 2c2c5b1f48bd1a3ffff20e5b1d476f3b50f3dc85 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 9 May 2019 21:31:29 -0400 Subject: ghostscript: work around ghostscript's incomplete support of cross-compilation. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lucio Andrés Illanes Albornoz --- vars/build.vars | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vars') diff --git a/vars/build.vars b/vars/build.vars index 800b00ed..e7f9538d 100644 --- a/vars/build.vars +++ b/vars/build.vars @@ -1304,9 +1304,9 @@ tmux tzdb vim xcowsay xeyes xorriso xterm xwd"; : ${PKG_GHOSTSCRIPT_SHA256SUM:=831fc019bd477f7cc2d481dc5395ebfa4a593a95eb2fe1eb231a97e450d7540d}; : ${PKG_GHOSTSCRIPT_VERSION:=9.26}; : ${PKG_GHOSTSCRIPT_URL:=https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs926/ghostscript-${PKG_GHOSTSCRIPT_VERSION}.tar.gz}; -: ${PKG_GHOSTSCRIPT_CONFIGURE_ARGS_EXTRA:="CCAUX=gcc --without-x --disable-compile-inits --enable-dynamic --with-system-libtiff --with-memory-alignment=8"}; -: ${PKG_GHOSTSCRIPT_MAKEFLAGS_BUILD:=-j1}; -: ${PKG_GHOSTSCRIPT_IN_TREE:=1}; +: ${PKG_GHOSTSCRIPT_CONFIGURE_ARGS_EXTRA:="--without-x --disable-compile-inits --enable-dynamic --with-system-libtiff --with-memory-alignment=8"}; +: ${PKG_GHOSTSCRIPT_MAKEFLAGS_BUILD_EXTRA:="CCAUX_=cc:TARGET_ARCH_FILE=${BUILD_WORKDIR}/ghostscript-native-${DEFAULT_TARGET}/ghostscript-${PKG_GHOSTSCRIPT_VERSION}/arch/${DEFAULT_TARGET}.h"} +: ${PKG_GHOSTSCRIPT_ENV_VARS_EXTRA:="CCAUX=cc:SHARE_ZLIB=-lz"} : ${PKG_HASTYHEX_URLS_GIT:="hastyhex=https://github.com/skeeto/hastyhex.git@master"}; : ${PKG_HASTYHEX_IN_TREE:=1}; : ${PKG_HASTYHEX_CFLAGS_BUILD_EXTRA:="-g3 -O0 -ansi -pedantic -funroll-loops"}; -- cgit v1.2.3