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:
Daniel Stenberg 2019-11-28 00:40:31 +01:00
parent d94aa39410
commit c393b66df9
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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
- |