tcl: fix building on ndk 17 (#2471)

This commit is contained in:
its-pointless 2018-05-30 09:08:28 +10:00 committed by Fredrik Fornwall
parent 4c0c57f925
commit 703eaf4743
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ tcl_cv_strtoul_unbroken=ok
termux_step_pre_configure () {
TERMUX_PKG_SRCDIR=$TERMUX_PKG_SRCDIR/unix
CFLAGS+=" -DBIONIC_IOCTL_NO_SIGNEDNESS_OVERLOAD"
}
termux_step_post_make_install () {