diff options
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 | ||