From 6fe1f5b12eae013b27db158fd27190aa8660c365 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98rjan=20Malde?= Date: Thu, 14 Jan 2021 01:42:55 +0100 Subject: groups/231.native_packages_etc.group: adds php v8.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lucio Andrés Illanes Albornoz --- vars/php.vars | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 vars/php.vars (limited to 'vars') 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 -- cgit v1.2.3