ruby: Build 32-bit variants with gcc for now

This fixes a build error with clang for 32-bit targets:
process.c:function timetick2integer: error: undefined reference to
'__mulodi4'
This commit is contained in:
Fredrik Fornwall 2018-04-22 21:43:19 +02:00
parent bf07a5080b
commit 7a54dea479
1 changed files with 5 additions and 0 deletions

View File

@ -17,6 +17,11 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" rb_cv_type_deprecated=x"
# getresuid(2) does not work on ChromeOS - https://github.com/termux/termux-app/issues/147:
# TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" ac_cv_func_getresuid=no"
if [ "$TERMUX_ARCH_BITS" = 32 ]; then
# process.c:function timetick2integer: error: undefined reference to '__mulodi4'
TERMUX_PKG_CLANG=no
fi
termux_step_make_install () {
make install
make uninstall # remove possible remains to get fresh timestamps