Re-enable clamav on ppc64.

This commit is contained in:
Jason Tibbitts 2018-03-27 14:43:09 -05:00
parent a84e493193
commit bec979e8a0

View File

@ -9,7 +9,7 @@
Name: cyrus-imapd
Version: 3.0.5
Release: 8%{?dist}
Release: 9%{?dist}
%define ssl_pem_file /etc/pki/%name/%name.pem
@ -249,11 +249,6 @@ popd
# --enable-objectstore
# It's experimental, and it doesn't appear that either openio or caringo are
# in Fedora.
# --without-clamav (on ppc64 only)
# 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=
# instead.
@ -284,9 +279,7 @@ autoreconf -vi
--enable-replication \
--enable-unit-tests \
--enable-xapian \
%ifarch ppc64
--without-clamav \
%endif
#
# The configure script will set up the Perl makefiles, but not in the way
@ -638,6 +631,9 @@ getent passwd cyrus >/dev/null || /usr/sbin/useradd -c "Cyrus IMAP Server" -d /v
%changelog
* Thu Mar 15 2018 Jason L Tibbitts III <tibbs@math.uh.edu> - 3.0.5-9
- Re-enable clamav on ppc64.
* Thu Mar 01 2018 Jason L Tibbitts III <tibbs@math.uh.edu> - 3.0.5-8
- Bump client_timeout value in test suite.