mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-26 23:24:09 +02:00
Build fix for RHEL 5
This commit is contained in:
parent
6344c6b613
commit
fb4f919aee
@ -31,7 +31,9 @@
|
|||||||
%define apachegroup apache
|
%define apachegroup apache
|
||||||
%if 0%{?el5}%{?el6}
|
%if 0%{?el5}%{?el6}
|
||||||
%define use_systemd 0
|
%define use_systemd 0
|
||||||
|
%if %(uname -m) != "x86_64"
|
||||||
%define march_flag -march=i686
|
%define march_flag -march=i686
|
||||||
|
%endif
|
||||||
%else
|
%else
|
||||||
# fedora and el>=7
|
# fedora and el>=7
|
||||||
%define use_systemd 1
|
%define use_systemd 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user