summaryrefslogtreecommitdiffstats
path: root/php-pecl-memcached.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-03-02 13:38:40 +0100
committerRemi Collet <fedora@famillecollet.com>2016-03-02 13:38:40 +0100
commit072d145521245754507f67cbed38e101e53f9cef (patch)
tree6aa6b8bc6febd8733f454500019574fe72efc9a9 /php-pecl-memcached.spec
parentc37ac7a99bae3f576e7522f17c3fd57d327d4b8a (diff)
php-pecl-memcached: enable igbinary
Diffstat (limited to 'php-pecl-memcached.spec')
-rw-r--r--php-pecl-memcached.spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/php-pecl-memcached.spec b/php-pecl-memcached.spec
index c6fd2e9..5ba3518 100644
--- a/php-pecl-memcached.spec
+++ b/php-pecl-memcached.spec
@@ -256,6 +256,7 @@ done
rm -rf %{buildroot}
+%if 0%{?fedora} < 24
# when pear installed alone, after us
%triggerin -- %{?scl_prefix}php-pear
if [ -x %{__pecl} ] ; then
@@ -272,6 +273,7 @@ fi
if [ $1 -eq 0 -a -x %{__pecl} ] ; then
%{pecl_uninstall} %{pecl_name} >/dev/null || :
fi
+%endif
%check