summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Jan Mulder <jlmulder@xs4all.nl>2019-01-09 11:54:31 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-01-22 13:06:01 +1300
commit4b42837327b9e4cd2c183d9333537848fbb8d93f (patch)
treeb0ce9bb0d93c24e67e32d55e52c13c52ef6e0ef7
parent3c5c0185dd68cc3f3936da1d153ff19e59a17d5f (diff)
downloadsubsurface-4b42837327b9e4cd2c183d9333537848fbb8d93f.tar.gz
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>
-rw-r--r--scripts/qt56/before_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/qt56/before_install.sh b/scripts/qt56/before_install.sh
index 6252da65c..88714a410 100644
--- a/scripts/qt56/before_install.sh
+++ b/scripts/qt56/before_install.sh
@@ -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