diff options
Diffstat (limited to 'recipes-qt/qt5/qtbase/0007-linux-oe-g-Invert-conditional-for-defining-QT_SOCKLE.patch')
| -rw-r--r-- | recipes-qt/qt5/qtbase/0007-linux-oe-g-Invert-conditional-for-defining-QT_SOCKLE.patch | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/recipes-qt/qt5/qtbase/0007-linux-oe-g-Invert-conditional-for-defining-QT_SOCKLE.patch b/recipes-qt/qt5/qtbase/0007-linux-oe-g-Invert-conditional-for-defining-QT_SOCKLE.patch index 6e4d920a..4cc8ce6d 100644 --- a/recipes-qt/qt5/qtbase/0007-linux-oe-g-Invert-conditional-for-defining-QT_SOCKLE.patch +++ b/recipes-qt/qt5/qtbase/0007-linux-oe-g-Invert-conditional-for-defining-QT_SOCKLE.patch | |||
| @@ -1,8 +1,7 @@ | |||
| 1 | From c9593918f444274c6ea248229277f5b44dbae557 Mon Sep 17 00:00:00 2001 | 1 | From edb00662de57d0b6ddb39f80800cf3d20c6c07fd 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: Mon, 8 Jun 2015 13:59:25 -0700 | 3 | Date: Mon, 8 Jun 2015 13:59:25 -0700 |
| 4 | Subject: [PATCH 07/10] linux-oe-g++: Invert conditional for defining | 4 | Subject: [PATCH] linux-oe-g++: Invert conditional for defining QT_SOCKLEN_T |
| 5 | QT_SOCKLEN_T | ||
| 6 | 5 | ||
| 7 | This helps to make sure that QT_SOCKLEN_T is defined to be 'int' | 6 | This helps to make sure that QT_SOCKLEN_T is defined to be 'int' |
| 8 | only when its glibc < 2 and not also for the libraries which may define | 7 | only when its glibc < 2 and not also for the libraries which may define |
| @@ -31,6 +30,3 @@ index dd12003..8623651 100644 | |||
| 31 | #endif | 30 | #endif |
| 32 | 31 | ||
| 33 | #if defined(_XOPEN_SOURCE) && (_XOPEN_SOURCE >= 500) | 32 | #if defined(_XOPEN_SOURCE) && (_XOPEN_SOURCE >= 500) |
| 34 | -- | ||
| 35 | 2.7.1 | ||
| 36 | |||
