components/openldap/patches/00-test-makefile.patch
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Thu, 26 Jan 2017 16:44:14 -0800
changeset 7617 14b1a4293086
parent 5911 a8d897c4c442
permissions -rw-r--r--
Close of build 117.

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