We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56a8027 commit 1bcce5dCopy full SHA for 1bcce5d
tools/linuxdeployqt/main.cpp
@@ -187,7 +187,8 @@ int main(int argc, char **argv)
187
qInfo() << " For more information, please see";
188
qInfo() << " https://github.com/probonopd/linuxdeployqt/issues/340";
189
} else {
190
- if (strverscmp (glcv, "2.21") >= 0) {
+ // openSUSE Leap 15.0 uses glibc 2.26 and is used on OBS
191
+ if (strverscmp (glcv, "2.27") >= 0) {
192
qInfo() << "ERROR: The host system is too new.";
193
qInfo() << "Please run on a system with a glibc version no newer than what comes with the oldest";
194
qInfo() << "still-supported mainstream distribution, which currently is glibc 2.20.";
0 commit comments