summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-02-16 11:28:25 +0100
committerRemi Collet <remi@php.net>2023-02-16 11:28:25 +0100
commitf9b21b4747f8ff0de743c1e810dd77241eefd798 (patch)
tree69330e376cb0b01c2ac2b0f5b88973a2c30a9c16
parent59ce87c679dca884d29390736afcc0650c72285f (diff)
no imap in F38v8.2.3
-rw-r--r--php.spec5
1 files changed, 5 insertions, 0 deletions
diff --git a/php.spec b/php.spec
index 6b81f13..5d51608 100644
--- a/php.spec
+++ b/php.spec
@@ -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