mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
travis: build ngtcp2 with --enable-lib-only
... makes it skip the examples and other stuff we don't neeed. Closes #4646
This commit is contained in:
parent
d94aa39410
commit
c393b66df9
@ -469,7 +469,7 @@ before_script:
|
||||
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 &&
|
||||
./configure PKG_CONFIG_PATH=$HOME/ngbuild/lib/pkgconfig LDFLAGS="-Wl,-rpath,$HOME/ngbuild/lib" --prefix=$HOME/ngbuild --enable-lib-only &&
|
||||
make && make install)
|
||||
fi
|
||||
- |
|
||||
|
Loading…
Reference in New Issue
Block a user