https://bugs.kde.org/show_bug.cgi?id=448378
Aleix Pol <aleix...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/discover/commit/cdb3e432 |ma/discover/commit/9a499830 |05c0eec83e7987c08bc26b1da32 |81c7258a5eafc1abdfae64eb765 |b8da3 |587c8 --- Comment #2 from Aleix Pol <aleix...@kde.org> --- Git commit 9a49983081c7258a5eafc1abdfae64eb765587c8 by Aleix Pol Gonzalez, on behalf of Heiko Becker. Committed on 14/01/2022 at 11:39. Pushed by apol into branch 'Plasma/5.24'. Rename PAGE_SIZE to ENGINE_PAGE_SIZE to avoid a clash Fixes the build with musl libc because it clashes with PAGE_SIZE from limits.h, which according to POSIX [1] should be in there. Fails with "KNSBackend.cpp:39:18: error: expected unqualified-id before numeric constant 39 | static const int PAGE_SIZE = 100;" otherwise. FIXED-IN: 5.24.0 [1] https://pubs.opengroup.org/onlinepubs/009696899/basedefs/limits.h.html (cherry picked from commit cdb3e43205c0eec83e7987c08bc26b1da32b8da3) M +3 -3 libdiscover/backends/KNSBackend/KNSBackend.cpp https://invent.kde.org/plasma/discover/commit/9a49983081c7258a5eafc1abdfae64eb765587c8 -- You are receiving this mail because: You are watching all bug changes.