Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits: d7c0417b by Yi Zhao at 2022-05-09T16:48:25+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>
- - - - - d75de4d6 by Yi Zhao at 2022-05-09T16:48:43+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>
- - - - -
2 changed files:
- libraries/Makefile.in - tests/progs/Makefile.in
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/f5f5231d2903ec07b5ad8cc...