All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bernd Kuhls <bernd.kuhls@t-online.de>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH/next 3/9] package/c-icap: add optional support for openldap
Date: Sun, 21 May 2017 23:41:18 +0200	[thread overview]
Message-ID: <20170521214124.20328-3-bernd.kuhls@t-online.de> (raw)
In-Reply-To: <20170521214124.20328-1-bernd.kuhls@t-online.de>

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/c-icap/c-icap.mk | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/package/c-icap/c-icap.mk b/package/c-icap/c-icap.mk
index 7925f5bc3..388979f3a 100644
--- a/package/c-icap/c-icap.mk
+++ b/package/c-icap/c-icap.mk
@@ -13,7 +13,6 @@ C_ICAP_INSTALL_STAGING = YES
 C_ICAP_CONFIG_SCRIPTS = c-icap-config c-icap-libicapapi-config
 C_ICAP_CONF_OPTS = \
 	--with-process-mutexes=posix \
-	--without-ldap \
 	--without-perl \
 	--enable-large-files \
 	--enable-ipv6
@@ -42,6 +41,13 @@ else
 C_ICAP_CONF_OPTS += --without-bzlib
 endif
 
+ifeq ($(BR2_PACKAGE_OPENLDAP),y)
+C_ICAP_CONF_OPTS += --with-ldap
+C_ICAP_DEPENDENCIES += openldap
+else
+C_ICAP_CONF_OPTS += --without-ldap
+endif
+
 ifeq ($(BR2_PACKAGE_ZLIB),y)
 C_ICAP_CONF_OPTS += --with-zlib
 C_ICAP_DEPENDENCIES += zlib
-- 
2.11.0

  parent reply	other threads:[~2017-05-21 21:41 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-21 21:41 [Buildroot] [PATCH/next 1/9] package/c-icap: fix berkeleydb configure option Bernd Kuhls
2017-05-21 21:41 ` [Buildroot] [PATCH/next 2/9] package/c-icap: fix bzip2 " Bernd Kuhls
2017-05-22 19:53   ` Thomas Petazzoni
2017-05-21 21:41 ` Bernd Kuhls [this message]
2017-05-23 13:41   ` [Buildroot] [PATCH/next 3/9] package/c-icap: add optional support for openldap Thomas Petazzoni
2017-05-21 21:41 ` [Buildroot] [PATCH/next 4/9] package/c-icap: add optional support for pcre Bernd Kuhls
2017-05-21 21:41 ` [Buildroot] [PATCH/next 5/9] package/c-icap: add optional support for libmemcached Bernd Kuhls
2017-05-21 21:41 ` [Buildroot] [PATCH/next 6/9] package/c-icap: remove configure option process-mutexes Bernd Kuhls
2017-05-21 21:41 ` [Buildroot] [PATCH/next 7/9] package/c-icap: bump version to 0.5.2 Bernd Kuhls
2017-05-21 21:41 ` [Buildroot] [PATCH/next 8/9] package/c-icap-modules: bump version to 0.4.5 Bernd Kuhls
2017-05-21 21:41 ` [Buildroot] [PATCH/next 9/9] package/c-icap: add optional support for openssl Bernd Kuhls
2017-05-22 19:53 ` [Buildroot] [PATCH/next 1/9] package/c-icap: fix berkeleydb configure option Thomas Petazzoni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170521214124.20328-3-bernd.kuhls@t-online.de \
    --to=bernd.kuhls@t-online.de \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.