X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/8ae6bead2fb67a8a1073745911b32b4731f5ebed..ff81c4964c97835b20543183616037ce9ea23765:/disabled-packages/racket/build.sh diff --git a/disabled-packages/racket/build.sh b/disabled-packages/racket/build.sh index a12ef3c6..95e51a52 100644 --- a/disabled-packages/racket/build.sh +++ b/disabled-packages/racket/build.sh @@ -7,9 +7,11 @@ TERMUX_PKG_FOLDERNAME=racket-${TERMUX_PKG_VERSION} TERMUX_PKG_HOSTBUILD=true TERMUX_PKG_DEPENDS="libffi, libandroid-support" TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--enable-racket=$TERMUX_PKG_HOSTBUILD_DIR/racket/racketcgc" -# Building racket hits the 'the wrong gcc-problem' detailed at http://www.metastatic.org/text/libtool.html -# due to --tag=CC being used. To avoid that a cross libtool built in termux_step_post_extract_package() -# below and used due to this configure argument: +# Building racket hits the 'the wrong gcc-problem' detailed at +# http://www.metastatic.org/text/libtool.html +# due to --tag=CC being used. To avoid that a cross libtool +# built in termux_step_post_extract_package() below and used +# due to this configure argument: _CROSS_LIBTOOL_DIR=$TERMUX_PKG_CACHEDIR/libtool-cross-2.4.6-${TERMUX_HOST_PLATFORM} TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" --enable-lt=$_CROSS_LIBTOOL_DIR/bin/${TERMUX_HOST_PLATFORM}-libtool"