Disable KillUserProcesses for now

https://fedorahosted.org/fesco/ticket/1580
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2016-06-08 01:11:08 -04:00
parent abad21f221
commit 49a32c19f1

View File

@ -278,6 +278,7 @@ CONFIGURE_OPTS=(
--with-ntp-servers='0.%{ntpvendor}.pool.ntp.org 1.%{ntpvendor}.pool.ntp.org 2.%{ntpvendor}.pool.ntp.org 3.%{ntpvendor}.pool.ntp.org' --with-ntp-servers='0.%{ntpvendor}.pool.ntp.org 1.%{ntpvendor}.pool.ntp.org 2.%{ntpvendor}.pool.ntp.org 3.%{ntpvendor}.pool.ntp.org'
--disable-kdbus --disable-kdbus
--disable-terminal --disable-terminal
--without-kill-user-processes
) )
%configure \ %configure \