Browse Source

espeak: Avoid aclocal-1.15 dependency

In prepration for updating build environment from ubuntu 18.04 to
18.10.
android-5
Fredrik Fornwall 6 years ago
parent
commit
3ab5abef6e
  1. 4
      packages/espeak/build.sh

4
packages/espeak/build.sh

@ -13,6 +13,10 @@ TERMUX_PKG_RM_AFTER_INSTALL="lib/*ng-test*"
# --without-async due to that using pthread_cancel(). # --without-async due to that using pthread_cancel().
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--without-async" TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--without-async"
termux_step_post_extract_package() {
./autogen.sh
}
termux_step_host_build() { termux_step_host_build() {
cp -Rf $TERMUX_PKG_SRCDIR/* . cp -Rf $TERMUX_PKG_SRCDIR/* .
unset MAKEFLAGS unset MAKEFLAGS

Loading…
Cancel
Save