root/root-strlcpy.patch
Mattias Ellert c3f7b6f7f1 Fix build on Fedora 39+ where glibc has strlcpy and strlcat
Enable build of root-gui-qt6webdisplay sub-package if Qt6 is available
2023-07-09 07:02:33 +02:00

12 lines
370 B
Diff

diff --git a/core/foundation/inc/ROOT/RConfig.hxx b/core/foundation/inc/ROOT/RConfig.hxx
index 5f53eb9f21..0b36743c4f 100644
--- a/core/foundation/inc/ROOT/RConfig.hxx
+++ b/core/foundation/inc/ROOT/RConfig.hxx
@@ -146,6 +146,7 @@
# define R__USESTHROW
# define R__SEEK64
# endif
+# define HAS_STRLCPY
#endif
#if defined(linux) && defined(__i386__)