From 4fa39c39522b7b6539a661af41c2ce831b2c9316 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 16 Apr 2024 12:13:42 +0200 Subject: Drop 32-bit support --- php-pecl-rnp.spec | 5 ++--- 1 file 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 -- cgit