Files
RedBear-OS/local
vasilito 90a0f0a005
redbear-ci / check (push) Waiting to run
kf6-kio: durable Redox build fixes as recipe seds (survive restore-sources)
kf6-kio re-cooked (fingerprint invalidated by the cookbook_configure change) and
surfaced three issues; fix them as build-time seds so restore-sources.sh cannot
revert them (a cached source snapshot kept reverting in-tree source edits):
- previewjob.cpp: a prior port replaced the pristine '#include <KConfigGroup>'
  with an unterminated '#if defined(Q_OS_UNIX) && ... && !defined(Q_OS_REDOX)'
  (also dropping the include) -> 'unterminated #if'. Restore the include.
- hostinfo.cpp: drop <arpa/nameser.h> + <resolv.h> (BIND resolver headers absent
  on relibc); the only symbol used, _PATH_RESCONF, has a /etc/resolv.conf fallback.
- CMakeLists.txt: drop Qt6::Test from the REQUIRED components (autotests-only,
  gated on BUILD_TESTING, and Qt6Test is not built for the cross target).
2026-08-02 05:54:25 +03:00
..