void-packages/srcpkgs/qt5/patches/0027-remove-glibc-check.patch
2019-09-26 23:11:38 +02:00

13 lines
284 B
Diff

--- qtwebengine/config.tests/glibc/glibc.cpp
+++ qtwebengine/config.tests/glibc/glibc.cpp
@@ -28,10 +28,6 @@
#include <features.h>
-#if __GLIBC__ < 2 || __GLIBC_MINOR__ < 17
-#error glibc versions below 2.17 are not supported
-#endif
-
int main(int , char **) {
return 0;
}