0001-Change-default-SSL-directory.patch 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. From fc41c0f572ff347142cca4bf5d82b87782bb5906 Mon Sep 17 00:00:00 2001
  2. From: =?utf-8?q?Ga=C3=ABl=20PORTAY?= <gael.portay@savoirfairelinux.com>
  3. Date: Thu, 23 Nov 2017 16:18:06 -0500
  4. Subject: [PATCH] Change default SSL directory
  5. MIME-Version: 1.0
  6. Content-Type: text/plain; charset=utf-8
  7. Content-Transfer-Encoding: 8bit
  8. Change the default SSL directory, as buildroot ca-cert package is
  9. installed at /etc/ssl. That way, we don't have to use the SSL_CERT_DIR
  10. environment at runtime.
  11. Upstream-Status: Inappropriate
  12. Signed-off-by: Damien Riegel <damien.riegel@savoirfairelinux.com>
  13. Signed-off-by: Gaël PORTAY <gael.portay@savoirfairelinux.com>
  14. ---
  15. src/core/qtwebengine_extras.gypi | 2 +-
  16. 1 file changed, 1 insertion(+), 1 deletion(-)
  17. diff --git a/src/core/qtwebengine_extras.gypi b/src/core/qtwebengine_extras.gypi
  18. index 229421ef..3b2386c0 100644
  19. --- a/src/core/qtwebengine_extras.gypi
  20. +++ b/src/core/qtwebengine_extras.gypi
  21. @@ -96,7 +96,7 @@
  22. 'GL_GLEXT_PROTOTYPES',
  23. 'EGL_EGLEXT_PROTOTYPES',
  24. # At runtime the env variable SSL_CERT_DIR can be used to override this
  25. - 'OPENSSLDIR="/usr/lib/ssl"',
  26. + 'OPENSSLDIR="/etc/ssl"',
  27. 'OPENSSL_LOAD_CONF',
  28. 'EGL_API_FB=1',
  29. 'LINUX=1',
  30. --
  31. 2.15.0