001-chromium-glibc-2.24-issue.patch 432 B

1234567891011121314
  1. --- a/src/3rdparty/chromium/third_party/WebKit/Source/wtf/PageAllocator.cpp 2016-05-26 15:53:47.000000000 +0200
  2. +++ b/src/3rdparty/chromium/third_party/WebKit/Source/wtf/PageAllocator.cpp 2016-11-19 00:19:49.894527354 +0100
  3. @@ -39,6 +39,11 @@
  4. #include <sys/mman.h>
  5. +#if OS(LINUX) && defined(MADV_FREE)
  6. +// glibc 2.24 issues in qtwebengine
  7. +#undef MADV_FREE
  8. +#endif
  9. +
  10. #ifndef MADV_FREE
  11. #define MADV_FREE MADV_DONTNEED
  12. #endif