summaryrefslogtreecommitdiffstats
path: root/package/qt5/qt5webengine/5.6.3/0001-Change-default-SSL-directory.patch
blob: 15cd9f87bbe086f80ce14aa74fe5312eb38dc1df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
From fc41c0f572ff347142cca4bf5d82b87782bb5906 Mon Sep 17 00:00:00 2001
From: =?utf-8?q?Ga=C3=ABl=20PORTAY?= <gael.portay@savoirfairelinux.com>
Date: Thu, 23 Nov 2017 16:18:06 -0500
Subject: [PATCH] Change default SSL directory
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit

Change the default SSL directory, as buildroot ca-cert package is
installed at /etc/ssl. That way, we don't have to use the SSL_CERT_DIR
environment at runtime.

Upstream-Status: Inappropriate
Signed-off-by: Damien Riegel <damien.riegel@savoirfairelinux.com>
Signed-off-by: Gaël PORTAY <gael.portay@savoirfairelinux.com>
---
 src/core/qtwebengine_extras.gypi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/core/qtwebengine_extras.gypi b/src/core/qtwebengine_extras.gypi
index 229421ef..3b2386c0 100644
--- a/src/core/qtwebengine_extras.gypi
+++ b/src/core/qtwebengine_extras.gypi
@@ -96,7 +96,7 @@
             'GL_GLEXT_PROTOTYPES',
             'EGL_EGLEXT_PROTOTYPES',
             # At runtime the env variable SSL_CERT_DIR can be used to override this
-            'OPENSSLDIR="/usr/lib/ssl"',
+            'OPENSSLDIR="/etc/ssl"',
             'OPENSSL_LOAD_CONF',
             'EGL_API_FB=1',
             'LINUX=1',
-- 
2.15.0

OpenPOWER on IntegriCloud