Browse Source

tcl: fix building on ndk 17 (#2471)

android-5
its-pointless 6 years ago
committed by Fredrik Fornwall
parent
commit
9cd2924195
  1. 1
      packages/tcl/build.sh

1
packages/tcl/build.sh

@ -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 () {

Loading…
Cancel
Save