[packages/openldap] one more gcc 14 fix for 32bit platforms
atler
atler at pld-linux.org
Thu Jun 13 02:34:36 CEST 2024
commit 8d2a9d93c4a9f1ccdd9a0223507fa64f613ecb16
Author: Jan Palus <atler at pld-linux.org>
Date: Thu Jun 13 00:40:39 2024 +0200
one more gcc 14 fix for 32bit platforms
gcc14.patch | 11 +++++++++++
1 file changed, 11 insertions(+)
---
diff --git a/gcc14.patch b/gcc14.patch
index 04e076c..6eb90ad 100644
--- a/gcc14.patch
+++ b/gcc14.patch
@@ -176,3 +176,14 @@
static int
smbk5pwd_modules_init( smbk5pwd_t *pi )
{
+--- servers/slapd/config.c.orig 2021-06-03 20:40:31.000000000 +0200
++++ servers/slapd/config.c 2024-06-13 00:03:34.605728087 +0200
+@@ -133,7 +133,7 @@
+ int rc, arg_user, arg_type, arg_syn, iarg;
+ unsigned uiarg;
+ long larg;
+- size_t ularg;
++ unsigned long ularg;
+ ber_len_t barg;
+
+ if(Conf->arg_type == ARG_IGNORED) {
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/openldap.git/commitdiff/8d2a9d93c4a9f1ccdd9a0223507fa64f613ecb16
More information about the pld-cvs-commit
mailing list