This request is superseded by
request 1176462
(Show diff)
Overview
Request 1176002 superseded
- Add compatibility patch for ICU 75:
* qt5-webengine-icu-75.patch
- Consequently build with a newer compiler on Leap 15
- Created by krop
- In state superseded
- Superseded by 1176462
Loading...
it built successfully with icu75: https://build.opensuse.org/projects/home:krop:qtwebengine-lts/packages/libqt5-qtwebengine/repositories/Staging_G/binaries
but Leap build failed after switching to c++-17. First error:
Does it work with gcc 12?
Could also backport https://chromium.googlesource.com/v8/v8.git/+/b7558540a9d52738d827b3993b62e8d140d9acb4 otherwise
I forgot it's qmake... export CXX doesn't work, it's still trying to use /usr/bin/g++
Adding the
#include <cstdint>
looks wrong but shouldn't hurt, so we can keep it identical to the "upstream" arch patch