diff options
-rwxr-xr-x | build | 45 | ||||
-rw-r--r-- | changelog | 2 |
2 files changed, 46 insertions, 1 deletions
@@ -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 $@ @@ -4,6 +4,8 @@ curl (7.74.0-2) trunk a default ProteanOS system. * libcurl.4:$arch: Conflict with the older non-architecture-qualified version. + * Many protocols and features previously enabled are now disabled, to + build a smaller libcurl and curl. -- Patrick McDermott <patrick.mcdermott@libiquity.com> Sun, 03 Jan 2021 17:26:13 -0500 |