1 --- qt-everywhere-src-5.12.9/qtbase/src/corelib/global/qrandom.cpp Wed Jun 3 05:51:20 2020
2 +++ qt-everywhere-src-5.12.9/qtbase/src/corelib/global/qrandom.cpp Thu Oct 15 19:13:06 2020
4 if (quint32 v = seed.load())
7 -#if QT_CONFIG(getauxval)
8 +#if QT_CONFIG(getauxval) && !__sun
9 // works on Linux -- all modern libc have getauxval
11 // ELF's auxv AT_RANDOM has 16 random bytes