https://bugs.kde.org/show_bug.cgi?id=448378
Heiko Becker <heiko.bec...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/discover/commit/cdb3e432 | |05c0eec83e7987c08bc26b1da32 | |b8da3 Version Fixed In| |5.24.0 --- Comment #1 from Heiko Becker <heiko.bec...@kde.org> --- Git commit cdb3e43205c0eec83e7987c08bc26b1da32b8da3 by Heiko Becker. Committed on 14/01/2022 at 10:06. Pushed by apol into branch 'master'. 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 M +3 -3 libdiscover/backends/KNSBackend/KNSBackend.cpp https://invent.kde.org/plasma/discover/commit/cdb3e43205c0eec83e7987c08bc26b1da32b8da3 -- You are receiving this mail because: You are watching all bug changes.