Browse Source
php: fix path of buildconf in hostbuild step
master
Leonid Plyushch
5 years ago
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with
1 additions and
1 deletions
-
packages/php/build.sh
|
|
@ -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" |
|
|
|
} |
|
|
|