diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-08-05 10:56:40 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-08-05 10:56:40 +0200 |
commit | 0a381caf8d4f2b202ea1f102f7d73f5930759cb1 (patch) | |
tree | 3fbb615a06e0f49db133d7054db39d58f41ad563 /package/openldap/patches/patch-libraries_librewrite_rewrite-int_h | |
parent | cf88d1477ab74555131a3b78bc3d4cb4ec8f5727 (diff) |
openldap: update to 2.6.8
Diffstat (limited to 'package/openldap/patches/patch-libraries_librewrite_rewrite-int_h')
-rw-r--r-- | package/openldap/patches/patch-libraries_librewrite_rewrite-int_h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/package/openldap/patches/patch-libraries_librewrite_rewrite-int_h b/package/openldap/patches/patch-libraries_librewrite_rewrite-int_h deleted file mode 100644 index a80083bc2..000000000 --- a/package/openldap/patches/patch-libraries_librewrite_rewrite-int_h +++ /dev/null @@ -1,21 +0,0 @@ ---- openldap-2.4.36.orig/libraries/librewrite/rewrite-int.h 2013-08-16 20:12:59.000000000 +0200 -+++ openldap-2.4.36/libraries/librewrite/rewrite-int.h 2013-11-01 14:30:43.000000000 +0100 -@@ -40,12 +40,18 @@ - - #include <rewrite.h> - -+/* -+#undef malloc - #define malloc(x) ber_memalloc(x) -+#undef calloc - #define calloc(x,y) ber_memcalloc(x,y) -+#undef realloc - #define realloc(x,y) ber_memrealloc(x,y) -+#undef free - #define free(x) ber_memfree(x) - #undef strdup - #define strdup(x) ber_strdup(x) -+*/ - - /* Uncomment to use ldap pvt threads */ - #define USE_REWRITE_LDAP_PVT_THREADS |