From 672dae1d3f03fc840c4a1d15a99496093795b569 Mon Sep 17 00:00:00 2001 From: Marco Mariani <marco.mariani@nexedi.com> Date: Wed, 21 Aug 2013 17:29:04 +0200 Subject: [PATCH] openldap: added libdb component for cygwin + explicit dependency --- component/openldap/buildout.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/component/openldap/buildout.cfg b/component/openldap/buildout.cfg index 9a4322194..fb5d94b96 100644 --- a/component/openldap/buildout.cfg +++ b/component/openldap/buildout.cfg @@ -5,6 +5,7 @@ extends = ../groff/buildout.cfg ../openssl/buildout.cfg ../cyrus-sasl/buildout.cfg + ../libdb/buildout.cfg [openldap] recipe = slapos.recipe.cmmi @@ -35,6 +36,7 @@ promises = /usr/include/ldap.h url = ftp://lug.mtu.edu/cygwin/x86/release/openldap/openldap-2.3.43-3-src.tar.bz2 md5sum = 534265a210652f355da30aaf2a97b96f +dependency-libdb = ${libdb:recipe} configure-command = cygport configure-options = openldap-2.3.43-3.cygport -- 2.30.9