Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_5 at openldap / OpenLDAP
Commits: 8c1d1f3f by Helmut Grohne at 2022-05-12T15:42:52+00:00 ITS#9841 fix librewrite declaration of calloc
- - - - - 6b0582a1 by Quanah Gibson-Mount at 2022-05-12T15:43:00+00:00 ITS#9841
- - - - - 5fa4331f by Yi Zhao at 2022-05-12T15:44:34+00:00 ITS#9840 - ldif-filter: fix parallel build failure
Add slapd-common.o as dependency for ldif-filter to fix the parallel build failure: ld: cannot find slapd-common.o: No such file or directory
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
- - - - - f5e926b2 by Yi Zhao at 2022-05-12T15:44:37+00:00 ITS#9840 - libraries/Makefile.in: ignore the mkdir errors
Ignore the mkdir errors to fix the parallel build failure:
../../build/shtool mkdir -p TOPDIR/tmp-glibc/work/cortexa15t2hf-neon-wrs-linux-gnueabi/openldap/2.5.9-r0/image/usr/lib mkdir: cannot create directory 'TOPDIR/tmp-glibc/work/cortexa15t2hf-neon-wrs-linux-gnueabi/openldap/2.5.9-r0/image/usr/lib': File exists
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
- - - - - 31703338 by Quanah Gibson-Mount at 2022-05-12T15:44:59+00:00 ITS#9840
- - - - - 6c9cb00f by Ondřej Kuzník at 2022-05-12T15:46:13+00:00 ITS#8882 Add slapo-emptyds to contrib
- - - - - fb530429 by Quanah Gibson-Mount at 2022-05-12T15:46:41+00:00 ITS#8882
- - - - -
17 changed files:
- CHANGES - + contrib/slapd-modules/emptyds/.gitignore - + contrib/slapd-modules/emptyds/Makefile - + contrib/slapd-modules/emptyds/README - + contrib/slapd-modules/emptyds/emptyds.c - + contrib/slapd-modules/emptyds/slapo-emptyds.5 - + contrib/slapd-modules/emptyds/tests/.gitignore - + contrib/slapd-modules/emptyds/tests/Rules.mk - + contrib/slapd-modules/emptyds/tests/data/emptyds.conf - + contrib/slapd-modules/emptyds/tests/data/test001.ldif - + contrib/slapd-modules/emptyds/tests/data/test001.out - + contrib/slapd-modules/emptyds/tests/run - + contrib/slapd-modules/emptyds/tests/scripts/all - + contrib/slapd-modules/emptyds/tests/scripts/test001-emptyds - libraries/Makefile.in - libraries/librewrite/rewrite-int.h - tests/progs/Makefile.in
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/7fb12baa4db830bbf2ac6dd...