From 9a262255582b1a8425cb89ef371c8467393243d2 Mon Sep 17 00:00:00 2001 From: Jan Mulder Date: Wed, 9 Jan 2019 11:54:31 +0100 Subject: [PATCH] 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 --- scripts/qt56/before_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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