From 3e306414de6d49e442c876e4a9c22ccd76db595800f718dfb05a995a414c92e3 Mon Sep 17 00:00:00 2001 From: Arjen de Korte Date: Sun, 17 Jan 2021 10:27:01 +0000 Subject: [PATCH] - add php_cfgdir and php_extdir macros OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=5 --- macros.php | 2 ++ php8.changes | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/macros.php b/macros.php index ad0743d..21cb133 100644 --- a/macros.php +++ b/macros.php @@ -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 diff --git a/php8.changes b/php8.changes index 9031457..e11e879 100644 --- a/php8.changes +++ b/php8.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jan 17 10:25:54 UTC 2021 - Arjen de Korte + +- add php_cfgdir and php_extdir macros + ------------------------------------------------------------------- Sat Jan 16 08:58:22 UTC 2021 - Arjen de Korte