- add php_cfgdir and php_extdir macros

OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=5
This commit is contained in:
Arjen de Korte 2021-01-17 10:27:01 +00:00 committed by Git OBS Bridge
parent 4af4909d2f
commit 3e306414de
2 changed files with 7 additions and 0 deletions

View File

@ -13,6 +13,8 @@
%__phpize /usr/bin/phpize
%__php_config /usr/bin/php-config
%php_version %(%{__php_config} --version)
%php_cfgdir %(%{__php_config} --ini-dir)
%php_extdir %(%{__php_config} --extension-dir)
# pear related macros
%__pear /usr/bin/pear

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jan 17 10:25:54 UTC 2021 - Arjen de Korte <suse+build@de-korte.org>
- add php_cfgdir and php_extdir macros
-------------------------------------------------------------------
Sat Jan 16 08:58:22 UTC 2021 - Arjen de Korte <suse+build@de-korte.org>