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.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2017-01-16 23:15:16 -05:00
parent eaf2f302c0
commit 25bd358ef1
1 changed files with 4 additions and 0 deletions

View File

@ -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 \