diff options
author | Remi Collet <remi@remirepo.net> | 2022-01-12 15:29:45 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-01-12 15:29:45 +0100 |
commit | 03bb5ec140396adb9fdb4da08193273c5f0825eb (patch) | |
tree | ebd3b900fbfa2a9f1639c8689d678007a4aeb380 | |
parent | 807f155cd080ee7cb94fd6c7158175535b9fb8c3 (diff) |
typo
-rw-r--r-- | php-pecl-igbinary.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-pecl-igbinary.spec b/php-pecl-igbinary.spec index 409b5e2..0489844 100644 --- a/php-pecl-igbinary.spec +++ b/php-pecl-igbinary.spec @@ -231,7 +231,7 @@ if [ -f %{php_extdir}/json.so ]; then MOD="$MOD -d extension=json.so" fi -%if "{php_version}" >= "8.0" +%if "%{php_version}" > "8.0" OPTS="-q --show-diff %{?_smp_mflags}" %else OPTS="-q -P --show-diff" |