run autoconf

This commit is contained in:
Tristan Ross 2019-07-12 13:20:18 -07:00 committed by Leonid Pliushch
parent f240932f87
commit 4e8d6d2df9
1 changed files with 4 additions and 0 deletions

View File

@ -9,3 +9,7 @@ TERMUX_PKG_SHA256=54a22d2fa42f2eb2a871f32811c6005b531b9613b1b93a0d269b05e7549fec
TERMUX_PKG_DEPENDS="libexpat"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-libaudit --disable-systemd LIBS=-llog"
termux_step_pre_configure() {
autoconf -i
}