commit c8e3e6df927e601fd317686d2714cba4b20b187e
Author: Jakub Bogusz <[email protected]>
Date:   Sat Jul 1 20:02:30 2017 +0200

    - really disable brotli by default; used API is internal since 0.3, no 
longer available in 0.6

 elinks.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/elinks.spec b/elinks.spec
index ed0e5a3..edd2c1c 100644
--- a/elinks.spec
+++ b/elinks.spec
@@ -68,7 +68,7 @@ BuildRequires:        gpm-devel
 %{?with_guile:BuildRequires: guile-devel}
 #BuildRequires:        heimdal-devel
 %{?with_js:BuildRequires:      js187-devel}
-%{?with_brotli:BuildRequires:  libbrotli-devel}
+%{?with_brotli:BuildRequires:  libbrotli-devel < 0.3}
 %{?with_idn:BuildRequires:     libidn-devel}
 %{?with_smb:BuildRequires:     libsmbclient-devel}
 %{?with_lua:BuildRequires:     lua51-devel >= 5.1}
@@ -144,13 +144,13 @@ keepalive.
        --enable-nntp \
        --disable-no-root \
        %{?with_smb:--enable-smb} \
-       %{?with_brotli:--with-brotli} \
+       %{!?with_brotli:--without-brotli} \
        --without-gc \
        %{?with_gnutls:--with-gnutls} \
        %{?with_guile:--with-guile} \
        %{!?with_idn:--without-idn} \
        %{!?with_lua:--without-lua} \
-       %{?with_lzma:--with-lzma} \
+       %{!?with_lzma:--without-lzma} \
        %{!?with_openssl:--without-openssl} \
        %{?with_perl:--with-perl} \
        %{?with_python:--with-python} \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/elinks.git/commitdiff/c8e3e6df927e601fd317686d2714cba4b20b187e

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to