summaryrefslogtreecommitdiffstats
path: root/src/core/configure.json
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2019-05-27 14:44:42 +0200
committerMichal Klocek <michal.klocek@qt.io>2019-05-27 14:56:30 +0200
commit6363ba8e5113af7336357ef2832fe1bce4fbdb84 (patch)
treec3c2ce8810fc530c3535621476769dc86c559284 /src/core/configure.json
parent4a488678219267cde4694ae3f3f7dbf390be4140 (diff)
Pump up glibc required version
We need glibc wrappers for PTRACE_GET_THREAD_AREA system calls, which were added in b05cb613e7a of glibc. Change-Id: Ifee2b0eb9f4e0f85e990f3d78354804ec859795c Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/core/configure.json')
-rw-r--r--src/core/configure.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/configure.json b/src/core/configure.json
index db900f046..e025db8be 100644
--- a/src/core/configure.json
+++ b/src/core/configure.json
@@ -312,7 +312,7 @@
"type": "compile"
},
"webengine-glibc": {
- "label": "glibc > 2.16",
+ "label": "glibc > 2.26",
"type": "detectGlibc"
},
"webengine-libxml2-compatible": {