Skip to content

Commit

Permalink
Disable libpsl for now
Browse files Browse the repository at this point in the history
  • Loading branch information
moparisthebest committed Mar 27, 2024
1 parent 64d5511 commit 66625fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tar xzf curl-${CURL_VERSION}.tar.gz
cd curl-${CURL_VERSION}/

# dependencies to build curl
apk add build-base clang openssl-dev nghttp2-dev nghttp2-static libssh2-dev libssh2-static
apk add build-base clang openssl-dev nghttp2-dev nghttp2-static libssh2-dev libssh2-static perl

# these are missing on at least armhf
apk add openssl-libs-static zlib-static || true
Expand All @@ -49,7 +49,7 @@ export CC=clang
# set up any required curl options here
#LDFLAGS="-static" PKG_CONFIG="pkg-config --static" ./configure --disable-shared --enable-static --disable-libcurl-option --without-brotli --disable-manual --disable-unix-sockets --disable-dict --disable-file --disable-gopher --disable-imap --disable-smtp --disable-rtsp --disable-telnet --disable-tftp --disable-pop3 --without-zlib --disable-threaded-resolver --disable-ipv6 --disable-smb --disable-ntlm-wb --disable-tls-srp --disable-crypto-auth --without-ngtcp2 --without-nghttp2 --disable-ftp --disable-mqtt --disable-alt-svc --without-ssl

LDFLAGS="-static" PKG_CONFIG="pkg-config --static" ./configure --disable-shared --enable-static --disable-ldap --enable-ipv6 --enable-unix-sockets --with-ssl --with-libssh2
LDFLAGS="-static" PKG_CONFIG="pkg-config --static" ./configure --disable-shared --enable-static --disable-ldap --enable-ipv6 --enable-unix-sockets --with-ssl --with-libssh2 --without-libpsl

make -j4 V=1 LDFLAGS="-static -all-static"

Expand Down

0 comments on commit 66625fb

Please sign in to comment.