22309527 Enable the meta backend for slapd
authorShawn Emery <shawn.emery@oracle.com>
Mon, 07 Dec 2015 15:31:33 -0700
changeset 5165 6ed57851e0dc
parent 5164 0cb4fcf7f320
child 5166 29635ee48caa
22309527 Enable the meta backend for slapd
components/openldap/Makefile
--- a/components/openldap/Makefile	Mon Dec 07 13:14:09 2015 -0800
+++ b/components/openldap/Makefile	Mon Dec 07 15:31:33 2015 -0700
@@ -23,8 +23,6 @@
 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
 #
 
-
-
 include ../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		openldap
@@ -92,6 +90,7 @@
 CONFIGURE_OPTIONS += --enable-passwd	 
 CONFIGURE_OPTIONS += --enable-shell
 CONFIGURE_OPTIONS += --enable-ldap
+CONFIGURE_OPTIONS += --enable-meta
 CONFIGURE_OPTIONS += --with-cyrus-sasl
 CONFIGURE_OPTIONS += --with-threads
 CONFIGURE_OPTIONS += --with-tls=openssl