Skip to content

Commit 1bcce5d

Browse files
authored
openSUSE Leap 15.0 uses glibc 2.26 and is used on OBS
1 parent 56a8027 commit 1bcce5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/linuxdeployqt/main.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,8 @@ int main(int argc, char **argv)
187187
qInfo() << " For more information, please see";
188188
qInfo() << " https://github.com/probonopd/linuxdeployqt/issues/340";
189189
} else {
190-
if (strverscmp (glcv, "2.21") >= 0) {
190+
// openSUSE Leap 15.0 uses glibc 2.26 and is used on OBS
191+
if (strverscmp (glcv, "2.27") >= 0) {
191192
qInfo() << "ERROR: The host system is too new.";
192193
qInfo() << "Please run on a system with a glibc version no newer than what comes with the oldest";
193194
qInfo() << "still-supported mainstream distribution, which currently is glibc 2.20.";

0 commit comments

Comments
 (0)