diff options
-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" |