diff options
Diffstat (limited to 'php-pecl-rnp.spec')
-rw-r--r-- | php-pecl-rnp.spec | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/php-pecl-rnp.spec b/php-pecl-rnp.spec index 28ced5d..2518698 100644 --- a/php-pecl-rnp.spec +++ b/php-pecl-rnp.spec @@ -23,6 +23,12 @@ %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} %global _configure ../%{sources}/configure +# For EPEL-9 +%{!?__phpize: %global __phpize %{_bindir}/phpize} +%{!?__ztsphpize: %global __ztsphpize %{_bindir}/zts-phpize} +%{!?__phpconfig: %global __phpconfig %{_bindir}/php-config} +%{!?__ztsphpconfig:%global __ztsphpconfig %{_bindir}/zts-php-config} + Summary: wrapper around the RNP library Name: php-pecl-%{pecl_name} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} |