Skip to content

Commit

Permalink
openSUSE Leap 15.0 uses glibc 2.26 and is used on OBS
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Jan 17, 2019
1 parent 56a8027 commit 1bcce5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/linuxdeployqt/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,8 @@ int main(int argc, char **argv)
qInfo() << " For more information, please see";
qInfo() << " https://github.com/probonopd/linuxdeployqt/issues/340";
} else {
if (strverscmp (glcv, "2.21") >= 0) {
// openSUSE Leap 15.0 uses glibc 2.26 and is used on OBS
if (strverscmp (glcv, "2.27") >= 0) {
qInfo() << "ERROR: The host system is too new.";
qInfo() << "Please run on a system with a glibc version no newer than what comes with the oldest";
qInfo() << "still-supported mainstream distribution, which currently is glibc 2.20.";
Expand Down

0 comments on commit 1bcce5d

Please sign in to comment.