]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Add workaround for bug in RHEL 6
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 4 Dec 2018 12:10:40 +0000 (12:10 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 4 Dec 2018 12:11:01 +0000 (12:11 +0000)
centos/rspamd.spec

index d2b49308515822575ac3be5d6cd464ca661fa7d2..295cd3fa6eccbe2caa315b6f760c63039d2b0065 100644 (file)
@@ -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} \