mirror of
https://github.com/curl/curl.git
synced 2026-08-06 11:16:15 +03:00
travis: build ngtcp2 --with-gnutls
... since they disable it by default since a few days back. Closes #6506 Fixes #6493
This commit is contained in:
parent
8335c6417e
commit
b371d267f8
1 changed files with 4 additions and 1 deletions
|
|
@ -62,7 +62,10 @@ if [ "$NGTCP2" = yes ]; then
|
|||
git clone --depth 1 https://github.com/ngtcp2/ngtcp2
|
||||
cd ngtcp2
|
||||
autoreconf -i
|
||||
./configure PKG_CONFIG_PATH=$HOME/ngbuild/lib/pkgconfig LDFLAGS="-Wl,-rpath,$HOME/ngbuild/lib" --prefix=$HOME/ngbuild --enable-lib-only
|
||||
if test -n "$GNUTLS"; then
|
||||
WITHGNUTLS="--with-gnutls"
|
||||
fi
|
||||
./configure PKG_CONFIG_PATH=$HOME/ngbuild/lib/pkgconfig LDFLAGS="-Wl,-rpath,$HOME/ngbuild/lib" --prefix=$HOME/ngbuild --enable-lib-only $WITHGNUTLS
|
||||
make
|
||||
make install
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue