mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 21:55:03 +02:00
parent
51aa2d7f43
commit
d78e5a9676
@ -29,7 +29,12 @@
|
||||
%define apachegroup apache
|
||||
%endif
|
||||
%if "%{_vendor}" == "suse"
|
||||
# opensuse 13
|
||||
%if 0%{?suse_version} >= 1310
|
||||
%define opensuse_boost_version 1_53_0
|
||||
%else
|
||||
%define opensuse_boost_version 1_49_0
|
||||
%endif
|
||||
%define sles_boost_version 1_54_0
|
||||
%define apachename apache2
|
||||
%define apacheconfdir %{_sysconfdir}/apache2/conf.d
|
||||
|
Loading…
x
Reference in New Issue
Block a user