diff options
| author | Kai Pastor <dg0yt@darc.de> | 2022-02-05 12:03:25 +0100 |
|---|---|---|
| committer | Kai Pastor <dg0yt@darc.de> | 2022-02-05 18:06:45 +0100 |
| commit | 2b0ecb6f19b1be906a39eac5143d4c40252f0a5a (patch) | |
| tree | 1e1dbab6c61780139e3bf67b566ce3478a86019c /travis | |
| parent | 295c67869270dc9319f965f1c18108fad516296e (diff) | |
| download | PROJ-2b0ecb6f19b1be906a39eac5143d4c40252f0a5a.tar.gz PROJ-2b0ecb6f19b1be906a39eac5143d4c40252f0a5a.zip | |
Adapt testing to recursive pkg-config requirements
When pkg-config is called with --static, it will recursively collect
all Libs and Libs.private which are discovered via Requires and
Requires.private. So these libs must be available for linking even
when acutally only lib proj uses static linkage.
Libs and pkg-config must be provided for the target triplet.
Diffstat (limited to 'travis')
| -rwxr-xr-x | travis/linux_generic/before_install.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/travis/linux_generic/before_install.sh b/travis/linux_generic/before_install.sh index dbd5f5b2..07d5c979 100755 --- a/travis/linux_generic/before_install.sh +++ b/travis/linux_generic/before_install.sh @@ -9,4 +9,5 @@ sudo apt-get install -qq \ sqlite3 zip \ libsqlite3-dev \ libtiff-dev \ - libcurl4-openssl-dev + libcurl4-openssl-dev libnghttp2-dev libidn2-dev librtmp-dev libssh-dev \ + libpsl-dev libssl-dev libkrb5-dev comerr-dev libldap2-dev libbrotli-dev |
