Browse Source

php: Specify --with-png-dir

This should fix building when a builder png.h is not available.
android-5
Fredrik Fornwall 8 years ago
parent
commit
74ad4596c6
  1. 1
      packages/php/build.sh

1
packages/php/build.sh

@ -31,6 +31,7 @@ ac_cv_func_res_nsearch=no
--with-libxml-dir=$TERMUX_PREFIX
--with-openssl=$TERMUX_PREFIX
--with-pcre-regex=$TERMUX_PREFIX
--with-png-dir=$TERMUX_PREFIX
--with-readline=$TERMUX_PREFIX
--with-zlib
--with-pgsql=shared,$TERMUX_PREFIX

Loading…
Cancel
Save