diff options
author | Remi Collet <remi@remirepo.net> | 2023-02-16 11:28:25 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-02-16 11:28:25 +0100 |
commit | f9b21b4747f8ff0de743c1e810dd77241eefd798 (patch) | |
tree | 69330e376cb0b01c2ac2b0f5b88973a2c30a9c16 | |
parent | 59ce87c679dca884d29390736afcc0650c72285f (diff) |
no imap in F38v8.2.3
-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 |