mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-09 00:32:12 -04:00
parent
51aa2d7f43
commit
d78e5a9676
1 changed files with 5 additions and 0 deletions
|
|
@ -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…
Reference in a new issue