Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_6 at openldap / OpenLDAP
Commits: a7d00f91 by Helmut Grohne at 2022-05-12T15:41:48+00:00 ITS#9841 fix librewrite declaration of calloc
- - - - - 3a192464 by Quanah Gibson-Mount at 2022-05-12T15:42:14+00:00 ITS#9841
- - - - - 7d977f51 by Yi Zhao at 2022-05-12T15:43:35+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>
- - - - - 71f24015 by Yi Zhao at 2022-05-12T15:43:40+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>
- - - - - f268e575 by Quanah Gibson-Mount at 2022-05-12T15:44:12+00:00 ITS#9840
- - - - - edc67c6d by Ondřej Kuzník at 2022-05-12T15:45:18+00:00 ITS#8882 Add slapo-emptyds to contrib
- - - - - f62d88f7 by Quanah Gibson-Mount at 2022-05-12T15:46:59+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/c2efd65a1b05f0cc5b52c34...