From 25bd358ef1484b59ede5ea247febc0dabf01e821 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Jan 17 2017 04:15:39 +0000 Subject: Make sure we have our compressions libs ready In case some library is not detected properly in the future, fail the /configure step. We should probably do that for most deps, but I'm too lazy atm. --- diff --git a/systemd.spec b/systemd.spec index 95b509d..6360e82 100644 --- a/systemd.spec +++ b/systemd.spec @@ -256,6 +256,10 @@ CONFIGURE_OPTS=( --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-xz + --enable-zlib + --enable-bzip2 ) %configure \