php: fix path of buildconf in hostbuild step

This commit is contained in:
Leonid Pliushch 2020-04-15 00:29:23 +03:00
parent e46792aaa2
commit 98df76c309
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ ac_cv_func_res_nsearch=no
"
termux_step_host_build() {
./buildconf --force
(cd "$TERMUX_PKG_SRCDIR" && ./buildconf --force)
"$TERMUX_PKG_SRCDIR/configure" ${TERMUX_PKG_EXTRA_HOSTBUILD_CONFIGURE_ARGS}
make -j "$TERMUX_MAKE_PROCESSES"
}