void-packages/srcpkgs/qt5/patches/0027-remove-glibc-check.patch

14 lines
284 B
Diff
Raw Normal View History

2019-09-25 11:47:52 +00:00
--- 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;
}