diff --git a/scripts/preinstall.sh b/scripts/preinstall.sh index b377228..fdc436c 100755 --- a/scripts/preinstall.sh +++ b/scripts/preinstall.sh @@ -37,7 +37,9 @@ else --disable-shared \ --without-ssl \ --with-pic \ - --without-zlib && \ + --without-zlib \ + --without-ngtcp2 \ + --without-nghttp3 && \ make && \ make install )