Package: kf6-kio / 6.20.0-1

Metadata

Package Version Patches format
kf6-kio 6.20.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
report_error_removing_dirs | (download)

src/core/copyjob.cpp | 17 13 + 4 - 0 !
1 file changed, 13 insertions(+), 4 deletions(-)

 report_error_removing_dirs
Last-Updated: 2024-12-04

===================================================================

hurd_disable_unimplemented.diff | (download)

src/kioworkers/file/ConfigureChecks.cmake | 8 6 + 2 - 0 !
1 file changed, 6 insertions(+), 2 deletions(-)

 on hurd, do not look for functions unimplemented in libc
 The check_function_exists() function of cmake does not keep into account the
 defines that glibc provides for the stubs (i.e. unimplemented functions that
 always return ENOSYS), so some functions are detected as available.
 Unfortunately, due to --fatal-warnings for the linker, linking will fail.
 Hence, do not attempt to look for functions that are currently unimplemented
 on GNU/Hurd's libc.
Use CXX_FLAGS for moc_predefs.h.patch | (download)

src/core/CMakeLists.txt | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 use cxx_flags for moc_predefs.h
Last-Updated: 2024-12-04