Add --with-init=systemd to avoid build problems in chroot
This commit is contained in:
parent
ccdacbcc6f
commit
591faaae28
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user