From edbe8a4b07d31807e3c298e3bd018353ed77a107 Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Thu, 25 Jul 2019 07:58:22 +0200 Subject: Lower requirement for glibc to 2.17 Fixes: QTBUG-77171 Change-Id: I9eb5a34adbc62c8738ba5ffdf315ccf056da7b98 Reviewed-by: Allan Sandfeld Jensen --- config.tests/glibc/glibc.cpp | 4 ++-- src/3rdparty | 2 +- src/core/configure.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config.tests/glibc/glibc.cpp b/config.tests/glibc/glibc.cpp index e78994b64..3cdd77f44 100644 --- a/config.tests/glibc/glibc.cpp +++ b/config.tests/glibc/glibc.cpp @@ -28,8 +28,8 @@ #include -#if __GLIBC__ < 2 || __GLIBC_MINOR__ < 27 -#error glibc versions below 2.27 are not supported +#if __GLIBC__ < 2 || __GLIBC_MINOR__ < 17 +#error glibc versions below 2.17 are not supported #endif int main(int , char **) { diff --git a/src/3rdparty b/src/3rdparty index b15c6b71b..96dfb9878 160000 --- a/src/3rdparty +++ b/src/3rdparty @@ -1 +1 @@ -Subproject commit b15c6b71b401c8650451fd877f10fca8e96618a5 +Subproject commit 96dfb9878e90486353d994ca016c27c7c1f1b6b9 diff --git a/src/core/configure.json b/src/core/configure.json index 66e39ddc2..be686850b 100644 --- a/src/core/configure.json +++ b/src/core/configure.json @@ -313,7 +313,7 @@ "type": "compile" }, "webengine-glibc": { - "label": "glibc > 2.26", + "label": "glibc > 2.16", "type": "compile", "test": "glibc" }, -- cgit v1.2.3