mirror of
https://github.com/curl/curl.git
synced 2025-09-16 00:52:42 +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
|
@ -469,7 +469,7 @@ before_script:
|
||||||
git clone --depth 1 https://github.com/ngtcp2/ngtcp2 &&
|
git clone --depth 1 https://github.com/ngtcp2/ngtcp2 &&
|
||||||
cd ngtcp2 &&
|
cd ngtcp2 &&
|
||||||
autoreconf -i &&
|
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)
|
make && make install)
|
||||||
fi
|
fi
|
||||||
- |
|
- |
|
||||||
|
|
Loading…
Reference in New Issue
Block a user