mirror of
https://github.com/curl/curl.git
synced 2026-08-13 17:40:57 +03: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue