summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2021-01-03 19:32:24 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2021-01-03 19:55:01 (EST)
commit66ced7af0acf4db26080e26661a404a6fcf57a42 (patch)
tree5d17a12f23fb538f3932a7ed905cfd667e35d7ac /build
parent261391abbdf567f85b276bb479f0085f66728a00 (diff)
build: Disable stuff
The --without-* options should have no effect, as the referenced libraries are not installed at build time. This just makes things more explicit.
Diffstat (limited to 'build')
-rwxr-xr-xbuild45
1 files changed, 44 insertions, 1 deletions
diff --git a/build b/build
index f0abafb..9bdb6b1 100755
--- a/build
+++ b/build
@@ -9,10 +9,53 @@ nop:
# but "--with-ca-path only works with OpenSSL, GnuTLS or mbedTLS".
build:
oh-autoconfigure -- \
+ --enable-werror \
+ --enable-shared \
--disable-static \
+ --disable-ldap \
+ --disable-ldaps \
+ --disable-rtsp \
+ --disable-dict \
+ --disable-telnet \
+ --disable-tftp \
+ --disable-pop3 \
+ --disable-imap \
+ --disable-smb \
+ --disable-smtp \
+ --disable-gopher \
+ --disable-mqtt \
+ --disable-manual \
+ --disable-libcurl-option \
+ --disable-verbose \
+ --disable-unix-sockets \
+ --disable-doh \
+ --disable-mime \
+ --disable-dnsshuffle \
+ --disable-alt-svc \
+ --with-zlib \
+ --without-brotli \
+ --without-zstd \
+ --without-gssapi \
--without-ssl \
+ --without-gnutls \
+ --without-mbedtls \
--with-wolfssl \
- --with-ca-bundle=/usr/share/x509/server-auth/nss-certdata.pem
+ --without-mesalink \
+ --without-bearssl \
+ --without-nss \
+ --with-ca-bundle=/usr/share/x509/server-auth/nss-certdata.pem \
+ --without-libpsl \
+ --without-libmetalink \
+ --without-libssh2 \
+ --without-libssh \
+ --without-wolfssh \
+ --without-libidn2 \
+ --without-nghttp2 \
+ --without-ngtcp2 \
+ --without-nghttp3 \
+ --without-quiche \
+ --without-zsh-functions-dir \
+ --without-fish-functions-dir
oh-autobuild
touch $@