From: Vsevolod Stakhov Date: Tue, 4 Dec 2018 12:10:40 +0000 (+0000) Subject: [Minor] Add workaround for bug in RHEL 6 X-Git-Tag: 1.9.0~488 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bb1291a9c088dd08003f11dd90f6212ee594cda;p=thirdparty%2Frspamd.git [Minor] Add workaround for bug in RHEL 6 --- diff --git a/centos/rspamd.spec b/centos/rspamd.spec index d2b4930851..295cd3fa6e 100644 --- a/centos/rspamd.spec +++ b/centos/rspamd.spec @@ -73,6 +73,7 @@ lua. -DRUNDIR=%{_localstatedir}/run/rspamd \ %if 0%{?el6} -DWANT_SYSTEMD_UNITS=OFF \ + -DDISABLE_PTHREAD_MUTEX=1 \ # https://bugzilla.redhat.com/show_bug.cgi?id=1302389 %else -DWANT_SYSTEMD_UNITS=ON \ -DSYSTEMDDIR=%{_unitdir} \