mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Travis: OpenSUSE 42.3 / Qt5.6 build issue, use openssl and no libressl
... and remove install of the default (old) libgit2 from OS. That old (0.24.0) libgit2 will be replaced by a newer anyway, so useless to install. But the real change to get this Travis build running again is using the well known openssl instead of libressl. Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
parent
c7e3e4146e
commit
9a26225558
1 changed files with 1 additions and 1 deletions
|
@ -18,4 +18,4 @@ docker exec -t builder zypper --non-interactive install \
|
|||
libqt5-qtbase-devel libQt5WebKit5-devel libqt5-qtsvg-devel \
|
||||
libqt5-qtscript-devel libqt5-qtdeclarative-devel \
|
||||
libqt5-qtconnectivity-devel libqt5-qtlocation-devel libcurl-devel which \
|
||||
libgit2-devel curl
|
||||
openssl-devel curl
|
||||
|
|
Loading…
Reference in a new issue