diff options
author | Ørjan Malde <red@foxi.me> | 2021-01-14 01:42:55 +0100 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2021-01-14 00:48:12 +0000 |
commit | 6fe1f5b12eae013b27db158fd27190aa8660c365 (patch) | |
tree | 10ef6fe665006c9fcf328c866f70a776a8d7be88 /vars | |
parent | 5e1a9bfe89a14d0d54fabc924ef2f508643a9a50 (diff) | |
download | midipix_build-6fe1f5b12eae013b27db158fd27190aa8660c365.tar.bz2 midipix_build-6fe1f5b12eae013b27db158fd27190aa8660c365.tar.xz |
groups/231.native_packages_etc.group: adds php v8.0.1
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
Diffstat (limited to '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 |