lftp: Build with gcc for now

This commit is contained in:
Fredrik Fornwall 2017-01-15 21:57:53 +01:00
parent 021b12e56f
commit 3321027000
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ TERMUX_PKG_SHA256=53b5c5eba2e38b418bcf451776f2df596050dff4db90ab4ea73d872f8b1fd0
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_func_dn_expand=no --with-openssl --with-expat=$TERMUX_PREFIX"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" --with-readline=$TERMUX_PREFIX"
TERMUX_PKG_DEPENDS="libexpat, openssl, readline, libutil, libidn"
# "xmalloc.c:(.text+0x26c): undefined reference to `__muloti4'":
TERMUX_PKG_CLANG=no
termux_step_pre_configure () {
TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" --with-zlib=$TERMUX_STANDALONE_TOOLCHAIN/sysroot/usr"