components/openldap/patches/00-test-makefile.patch
author Rich Burridge <rich.burridge@oracle.com>
Tue, 02 May 2017 17:33:26 -0700
changeset 7964 d9801318ed3d
parent 5911 a8d897c4c442
permissions -rw-r--r--
25981468 Build ilmbase and openexr with the GNU compilers

Slapd uses mdb as backend database. Only enable mdb for the built in test suite.
Patch was developed in-house; it is Solaris specific and
will not be contributed upstream.

--- openldap-2.4.44/tests/Makefile.in.old	Mon Nov 16 15:38:20 2015
+++ openldap-2.4.44/tests/Makefile.in	Mon Nov 16 15:38:27 2015
@@ -23,8 +23,6 @@
 
 # test primary backends (default)
 test tests:
-	@$(MAKE) bdb
-	@$(MAKE) hdb
 	@$(MAKE) mdb
 
 # test all backends