kiss-flatpak

Flatpak for KISS Linux.
git clone https://git.stjo.hn/kiss-flatpak
Log | Files | Refs | README | LICENSE

commit bd56a15d3f83f8830e03ab2ec26df50111c98ad6
parent bc6d23bdb26b44567e14b57ed090df8f8f9043a4
Author: St John Karp <contact@stjo.hn>
Date:   Mon,  4 Jul 2022 05:41:25 -0400

ostree: Disable http2 in build script

KISS Linux's curl is built without http2 support, so we have to
disable it when building ostree.

Diffstat:
Mflatpak/ostree/build | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/flatpak/ostree/build b/flatpak/ostree/build @@ -3,6 +3,7 @@ ./configure \ --prefix=/usr \ --disable-gtk-doc \ + --disable-http2 \ --disable-man \ --disable-rofiles-fuse \ --without-soup \