diff options
| -rw-r--r-- | php.spec | 5 | 
1 files changed, 5 insertions, 0 deletions
| @@ -67,7 +67,12 @@  %bcond_with           oci8  %bcond_with           zip  # Optional extensions; to disable: pass "--without xxx" etc to rpmbuild/mock. +%if 0%{?fedora} >= 38 || 0%{?rhel} >= 10 +# uw-imap is not available +%bcond_with           imap +%else  %bcond_without        imap +%endif  %bcond_without        firebird  %bcond_without        freetds  %bcond_without        tidy | 
