Add --with-init=systemd to avoid build problems in chroot

This commit is contained in:
Ryan O'Hara 2017-09-12 16:01:33 -06:00
parent ccdacbcc6f
commit 591faaae28

View File

@ -63,7 +63,8 @@ infrastructures.
%{?with_profile:--enable-profile} \ %{?with_profile:--enable-profile} \
%{!?with_vrrp:--disable-vrrp} \ %{!?with_vrrp:--disable-vrrp} \
%{?with_snmp:--enable-snmp --enable-snmp-rfc} \ %{?with_snmp:--enable-snmp --enable-snmp-rfc} \
%{?with_sha1:--enable-sha1} %{?with_sha1:--enable-sha1} \
--with-init=systemd
%{__make} %{?_smp_mflags} STRIP=/bin/true %{__make} %{?_smp_mflags} STRIP=/bin/true
%install %install