Commit 5e8ead17 authored by Allan Sandfeld Jensen's avatar Allan Sandfeld Jensen
Browse files

Lower requirement for glibc to 2.17


This was not correctly merged from 5.13 due to the check moving to
another file.

Task-number: QTBUG-77171
Change-Id: I4388ea9a58509c93574d7953eebb09a62b5ffd63
Reviewed-by: default avatarMichal Klocek <michal.klocek@qt.io>
Showing with 3 additions and 3 deletions
...@@ -288,13 +288,13 @@ ...@@ -288,13 +288,13 @@
"type": "detectGn" "type": "detectGn"
}, },
"webengine-glibc": { "webengine-glibc": {
"label": "glibc > 2.26", "label": "glibc > 2.16",
"type": "compile", "type": "compile",
"test": { "test": {
"include": "features.h", "include": "features.h",
"tail": [ "tail": [
"#if __GLIBC__ < 2 || __GLIBC_MINOR__ < 27", "#if __GLIBC__ < 2 || __GLIBC_MINOR__ < 17",
"#error glibc versions below 2.27 are not supported", "#error glibc versions below 2.17 are not supported",
"#endif" "#endif"
] ]
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment