From 75781374864d2810908644e1ed2e5cd3835307d8 Mon Sep 17 00:00:00 2001 From: ormorph Date: Sun, 31 Dec 2023 18:39:26 +0300 Subject: Adding patches for compatibility with glibc-2.38 Signed-off-by: ormorph --- trinity-base/khotkeys/files/tdebase-strlcpy.patch | 29 +++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 trinity-base/khotkeys/files/tdebase-strlcpy.patch (limited to 'trinity-base/khotkeys/files') diff --git a/trinity-base/khotkeys/files/tdebase-strlcpy.patch b/trinity-base/khotkeys/files/tdebase-strlcpy.patch new file mode 100644 index 00000000..c117154d --- /dev/null +++ b/trinity-base/khotkeys/files/tdebase-strlcpy.patch @@ -0,0 +1,29 @@ +--- a/ConfigureChecks.cmake 2023-11-13 20:24:40.136525876 +0300 ++++ b/ConfigureChecks.cmake 2023-11-13 20:30:04.069534276 +0300 +@@ -23,6 +23,10 @@ + find_package( TQt ) + find_package( TDE ) + ++check_function_exists( strlcat HAVE_STRLCAT ) ++check_symbol_exists( strlcat "string.h" HAVE_STRLCAT_PROTO ) ++check_function_exists( strlcpy HAVE_STRLCPY ) ++check_symbol_exists( strlcpy "string.h" HAVE_STRLCPY_PROTO ) + + ##### look for the usb.ids file, Its location can be set EG: -DWITH_USBIDS="/opt/share/misc/usb.ids" + +@@ -387,15 +391,6 @@ + endif( ) + + +-# strlcat, strlcpy +-if( BUILD_KSYSGUARD OR BUILD_KCHECKPASS ) +- check_function_exists( strlcat HAVE_STRLCAT ) +- check_symbol_exists( strlcat "string.h" HAVE_STRLCAT_PROTO ) +- check_function_exists( strlcpy HAVE_STRLCPY ) +- check_symbol_exists( strlcpy "string.h" HAVE_STRLCPY_PROTO ) +-endif( ) +- +- + # getifaddrs (kcontrol, tdm) + if( BUILD_KCONTROL OR BUILD_TDM ) + check_function_exists( getifaddrs HAVE_GETIFADDRS ) -- cgit v1.2.1