disable firebird on s390x
This commit is contained in:
parent
452bfe7855
commit
696febef49
6
php.spec
6
php.spec
@ -36,7 +36,13 @@
|
|||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
# Enabled by default on Fedora
|
# Enabled by default on Fedora
|
||||||
%bcond_without zts
|
%bcond_without zts
|
||||||
|
%ifarch s390x
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1969393
|
||||||
|
# firebird have ExcludeArch: s390x
|
||||||
|
%bcond_with firebird
|
||||||
|
%else
|
||||||
%bcond_without firebird
|
%bcond_without firebird
|
||||||
|
%endif
|
||||||
%bcond_without freetds
|
%bcond_without freetds
|
||||||
%bcond_without sodium
|
%bcond_without sodium
|
||||||
%bcond_without pspell
|
%bcond_without pspell
|
||||||
|
Loading…
Reference in New Issue
Block a user