Blob Blame History Raw
#
# 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