From cfadacd273eee4e248f8825591814a82479ce0da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 14 Feb 2017 17:17:52 -0500 Subject: [PATCH] Add explicit --enable switches for all optional deps Also turn on "unsafe" tests. --- systemd.spec | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/systemd.spec b/systemd.spec index 1d3dc18..974fc74 100644 --- a/systemd.spec +++ b/systemd.spec @@ -322,12 +322,35 @@ CONFIGURE_OPTS=( --with-sysvinit-path=/etc/rc.d/init.d --with-rc-local-script-path-start=/etc/rc.d/rc.local --with-ntp-servers='0.%{ntpvendor}.pool.ntp.org 1.%{ntpvendor}.pool.ntp.org 2.%{ntpvendor}.pool.ntp.org 3.%{ntpvendor}.pool.ntp.org' - --without-kill-user-processes - --enable-lz4 + --enable-kmod + --enable-xkbcommon + --enable-blkid + --enable-seccomp + --enable-ima + --enable-selinux + --disable-apparmor --enable-xz --enable-zlib --enable-bzip2 + --enable-lz4 + --enable-pam + --enable-acl + --enable-smack + --enable-gcrypt + --enable-audit + --enable-elfutils + --enable-libcryptsetup + --enable-qrencode + --enable-gnutls + --enable-microhttpd + --enable-libcurl + --enable-libidn + --enable-libiptc + --enable-polkit + --enable-gnuefi --enable-tpm + --without-kill-user-processes + --enable-tests=unsafe ) %configure \