diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2015-09-23 16:56:26 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-09-25 14:24:08 +0200 |
commit | 8f765ed71128ecc50aa7cd464be1332658df6e10 (patch) | |
tree | 14b6c80191dbd1a7c5ac9d22d1642e4ae0c5e276 /recipes-qt/qt5/qtwebengine/0002-chromium-third_party-boringssl-Demand-for-newer-POSI.patch | |
parent | 52496ed3e2ec94d1d93426a766ec93ab400bc1df (diff) | |
download | meta-qt5-8f765ed71128ecc50aa7cd464be1332658df6e10.tar.gz |
qt5: upgrade to latest revision in 5.5 branches
* qtbase/0008-Fix-build-with-clang-3.7.patch is now applied upstream
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtwebengine/0002-chromium-third_party-boringssl-Demand-for-newer-POSI.patch')
-rw-r--r-- | recipes-qt/qt5/qtwebengine/0002-chromium-third_party-boringssl-Demand-for-newer-POSI.patch | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-qt/qt5/qtwebengine/0002-chromium-third_party-boringssl-Demand-for-newer-POSI.patch b/recipes-qt/qt5/qtwebengine/0002-chromium-third_party-boringssl-Demand-for-newer-POSI.patch index 4e09f6ea..87d21dbe 100644 --- a/recipes-qt/qt5/qtwebengine/0002-chromium-third_party-boringssl-Demand-for-newer-POSI.patch +++ b/recipes-qt/qt5/qtwebengine/0002-chromium-third_party-boringssl-Demand-for-newer-POSI.patch | |||
@@ -1,7 +1,8 @@ | |||
1 | From 75e9a963561a73ef2a449d7915cd8b41285ac862 Mon Sep 17 00:00:00 2001 | 1 | From 1efcdf981e6f4cc4e2b5e5dfe407030dc1e43e65 Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
3 | Date: Sat, 27 Jun 2015 13:29:52 -0700 | 3 | Date: Sat, 27 Jun 2015 13:29:52 -0700 |
4 | Subject: [PATCH] chromium/third_party/boringssl: Demand for newer POSIX macro | 4 | Subject: [PATCH 2/2] chromium/third_party/boringssl: Demand for newer POSIX |
5 | macro | ||
5 | 6 | ||
6 | Reason for change: Define _POSIX_C_SOURCE such that it demands correct | 7 | Reason for change: Define _POSIX_C_SOURCE such that it demands correct |
7 | posix interfaces, netdb.h declares interfaces such as | 8 | posix interfaces, netdb.h declares interfaces such as |
@@ -33,5 +34,5 @@ index ba65a1a..66c3976 100644 | |||
33 | #include <openssl/bio.h> | 34 | #include <openssl/bio.h> |
34 | #include <openssl/err.h> | 35 | #include <openssl/err.h> |
35 | -- | 36 | -- |
36 | 2.5.0 | 37 | 2.5.3 |
37 | 38 | ||