Disable clamav on ppc64.
Clamav support doesn't work on ppc64 due to https://bugzilla.redhat.com/show_bug.cgi?id=1534071 so disable it there.
This commit is contained in:
parent
34e1a93ccb
commit
77e8c64a80
@ -232,13 +232,14 @@ make
|
|||||||
popd
|
popd
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Options not enabled:
|
# Notes about configure options:
|
||||||
# --enable-objectstore
|
# --enable-objectstore
|
||||||
# It's experimental, and it doesn't appear that either openio or caringo are
|
# It's experimental, and it doesn't appear that either openio or caringo are
|
||||||
# in Fedora.
|
# in Fedora.
|
||||||
# --with-mysql
|
|
||||||
# libmysqlclient doesn't support openssl 1.1 and you can't two versions of
|
# --without-clamav (on ppc64 only)
|
||||||
# openssl linked into the same program.
|
# cyr_virusscan fails with internal llvm errors on ppc64 _only_. See
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1534071
|
||||||
|
|
||||||
# --with-cyrus-prefix and --with-service-path went away; use --with-libexecdir=
|
# --with-cyrus-prefix and --with-service-path went away; use --with-libexecdir=
|
||||||
# instead.
|
# instead.
|
||||||
@ -270,6 +271,9 @@ autoreconf -vi
|
|||||||
--enable-replication \
|
--enable-replication \
|
||||||
--enable-unit-tests \
|
--enable-unit-tests \
|
||||||
--enable-xapian \
|
--enable-xapian \
|
||||||
|
%ifarch ppc64
|
||||||
|
--without-clamav \
|
||||||
|
%endif
|
||||||
#
|
#
|
||||||
|
|
||||||
# The configure script will set up the Perl makefiles, but not in the way
|
# The configure script will set up the Perl makefiles, but not in the way
|
||||||
@ -634,6 +638,8 @@ getent passwd cyrus >/dev/null || /usr/sbin/useradd -c "Cyrus IMAP Server" -d /v
|
|||||||
%changelog
|
%changelog
|
||||||
* Tue Jan 09 2018 Jason L Tibbitts III <tibbs@math.uh.edu> - 3.0.5-3
|
* Tue Jan 09 2018 Jason L Tibbitts III <tibbs@math.uh.edu> - 3.0.5-3
|
||||||
- Re-enable clamav and mariadb support as those are now built with openssl 1.1.
|
- Re-enable clamav and mariadb support as those are now built with openssl 1.1.
|
||||||
|
- But no clamav on ppc64 because of
|
||||||
|
https://bugzilla.redhat.com/show_bug.cgi?id=1534071
|
||||||
|
|
||||||
* Thu Jan 04 2018 Jason L Tibbitts III <tibbs@math.uh.edu> - 3.0.5-2
|
* Thu Jan 04 2018 Jason L Tibbitts III <tibbs@math.uh.edu> - 3.0.5-2
|
||||||
- Reorganize some test exclusions so things build on all releases.
|
- Reorganize some test exclusions so things build on all releases.
|
||||||
|
Loading…
Reference in New Issue
Block a user