From 25bd358ef1484b59ede5ea247febc0dabf01e821 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Mon, 16 Jan 2017 23:15:16 -0500 Subject: [PATCH] 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. --- systemd.spec | 4 ++++ 1 file changed, 4 insertions(+) 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 \