Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lavabit/magma.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorLadar Levison <ladar@lavabit.com>2022-04-12 17:05:53 +0300
committerLadar Levison <ladar@lavabit.com>2022-04-12 17:05:53 +0300
commit96aca284b9a45e6e7a176de5d49867d6f5cb8c22 (patch)
tree6dfdbf423956b0c487cca08b211a49123753088a /dev
parent85be4c6d6f3ee72cd52d34a61dce6c6d6cfbd7b3 (diff)
DIsable the cURL options we aren't using to avoid build/check failures.
Diffstat (limited to 'dev')
-rwxr-xr-xdev/scripts/builders/build.lib.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/dev/scripts/builders/build.lib.sh b/dev/scripts/builders/build.lib.sh
index cd9a96a6..d6fa008e 100755
--- a/dev/scripts/builders/build.lib.sh
+++ b/dev/scripts/builders/build.lib.sh
@@ -668,7 +668,11 @@ curl() {
export CXXFLAGS="-fPIC -g3 -rdynamic -D_FORTIFY_SOURCE=2 $M_CXXFLAGS"
export CPPFLAGS="-fPIC -g3 -rdynamic -D_FORTIFY_SOURCE=2 $M_CPPFLAGS"
- ./configure --enable-debug --enable-static=yes \
+ # We may want to enable libidn2 in the future. --without-libidn2
+ ./configure --enable-debug --enable-static=yes \
+ --without-libmetalink --without-libpsl --without-brotli --without-mesalink \
+ --without-wolfssl --without-bearssl --without-nss --without-mbedtls --without-gnutls \
+ --without-nghttp2 --without-nghttp3 --without-quiche --without-ngtcp2 \
--without-librtmp --without-krb4 --without-krb5 --without-libssh2 \
--without-ca-bundle --without-ca-path --without-libidn \
--disable-file --disable-ftp --disable-ftps --disable-gopher \