From 73941ebfdd2d79582104032121c25304e1746c1b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 26 Jan 2018 13:33:19 +0100 Subject: [PATCH] undefine _strict_symbol_defs_build --- php-pecl-apcu.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/php-pecl-apcu.spec b/php-pecl-apcu.spec index a0dc54b..6fc7af9 100644 --- a/php-pecl-apcu.spec +++ b/php-pecl-apcu.spec @@ -6,6 +6,10 @@ # # Please, preserve the changelog entries # + +# we don't want -z defs linker flag +%undefine _strict_symbol_defs_build + %global pecl_name apcu %global with_zts 0%{?__ztsphp:1} %global ini_name 40-%{pecl_name}.ini @@ -13,7 +17,7 @@ Name: php-pecl-apcu Summary: APC User Cache Version: 5.1.9 -Release: 1%{?dist} +Release: 2%{?dist} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz Source1: %{pecl_name}.ini Source2: %{pecl_name}-panel.conf @@ -214,6 +218,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Fri Jan 26 2018 Remi Collet - 5.1.9-2 +- undefine _strict_symbol_defs_build + * Tue Jan 2 2018 Remi Collet - 5.1.9-1 - Update to 5.1.9 (php 7, stable)