espeak: Avoid aclocal-1.15 dependency

In prepration for updating build environment from ubuntu 18.04 to
18.10.
This commit is contained in:
Fredrik Fornwall 2018-11-27 00:23:45 +01:00
parent a6c32998a1
commit a3faa27d68
1 changed files with 4 additions and 0 deletions

View File

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