diff options
| -rw-r--r-- | php-pecl-rnp.spec | 5 | 
1 files changed, 2 insertions, 3 deletions
diff --git a/php-pecl-rnp.spec b/php-pecl-rnp.spec index ea2681b..2220e5c 100644 --- a/php-pecl-rnp.spec +++ b/php-pecl-rnp.spec @@ -10,9 +10,6 @@  # Please, preserve the changelog entries  # -# we don't want -z defs linker flag -%undefine _strict_symbol_defs_build -  %bcond_without      tests  %global with_zts    0%{!?_without_zts:%{?__ztsphp:1}}  %global pecl_name   rnp @@ -38,6 +35,8 @@ License:        BSD-2-Clause  URL:            https://pecl.php.net/package/%{pecl_name}  Source0:        https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz +ExcludeArch:    %{ix86} +  BuildRequires:  make  BuildRequires:  gcc  BuildRequires:  php-devel >= 8.0  | 
