diff options
Diffstat (limited to 'vars/php.vars')
-rw-r--r-- | vars/php.vars | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vars/php.vars b/vars/php.vars new file mode 100644 index 00000000..7b7ee4b1 --- /dev/null +++ b/vars/php.vars @@ -0,0 +1,13 @@ +# +# set +o errexit -o noglob -o nounset is assumed. +# + +: ${PKG_PHP_CONFIG_CACHE_EXTRA:=" +ac_cv_c_bigendian_php=no +ac_cv_write_stdout=yes"}; + +pkg_php_configure_pre() { + export INSTALL_ROOT=${PKG_DESTDIR}; +}; + +# vim:filetype=sh textwidth=0 |