mirror of
https://github.com/curl/curl.git
synced 2026-07-23 23:17:19 +03:00
zuul: fix the ngtcp2-gnutls build
Add packages and tweak the configure options. Use the GnuTLS 3.7.4 branch (not main). Closes #8829
This commit is contained in:
parent
b01f3e679f
commit
3be1e9c642
2 changed files with 6 additions and 2 deletions
|
|
@ -35,10 +35,10 @@ if [ "$NGTCP2" = yes ]; then
|
|||
make install
|
||||
|
||||
cd $HOME
|
||||
git clone --depth 1 https://gitlab.com/gnutls/gnutls.git pgtls
|
||||
git clone --depth 1 -b 3.7.4 https://gitlab.com/gnutls/gnutls.git pgtls
|
||||
cd pgtls
|
||||
./bootstrap
|
||||
./configure PKG_CONFIG_PATH=$HOME/ngbuild/lib/pkgconfig LDFLAGS="-Wl,-rpath,$HOME/ngbuild/lib" --with-included-libtasn1 --with-included-unistring --disable-guile --disable-doc --prefix=$HOME/ngbuild
|
||||
./configure PKG_CONFIG_PATH=$HOME/ngbuild/lib/pkgconfig LDFLAGS="-Wl,-rpath,$HOME/ngbuild/lib" --with-included-libtasn1 --with-included-unistring --disable-guile --disable-doc --disable-tools --without-zstd --disable-psk-authentication --prefix=$HOME/ngbuild
|
||||
make
|
||||
make install
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue