Build fix for RHEL 5

This commit is contained in:
Gunnar Beutner 2014-11-17 10:22:52 +01:00
parent 6344c6b613
commit fb4f919aee

View File

@ -31,7 +31,9 @@
%define apachegroup apache
%if 0%{?el5}%{?el6}
%define use_systemd 0
%if %(uname -m) != "x86_64"
%define march_flag -march=i686
%endif
%else
# fedora and el>=7
%define use_systemd 1