diff options
Diffstat (limited to 'php-pecl-swoole6.spec')
| -rw-r--r-- | php-pecl-swoole6.spec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/php-pecl-swoole6.spec b/php-pecl-swoole6.spec index 9728481..f00a2f9 100644 --- a/php-pecl-swoole6.spec +++ b/php-pecl-swoole6.spec @@ -43,7 +43,12 @@ %bcond_without zstd %bcond_without curl %bcond_without nghttpd2 +%if 0%{?rhel} == 10 +# Not yet in EPEL (will be in 10.2) +%bcond_with firebird +%else %bcond_without firebird +%endif # Conflicts with ssh2/ftp extensions # See https://github.com/swoole/swoole-src/issues/6003 %bcond_with ssh2 |
