All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] package/apr-util: add optional support for openldap
@ 2018-05-08 13:26 Thomas Petazzoni
  2018-05-28 14:23 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Petazzoni @ 2018-05-08 13:26 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=134968c6c80fd9767e8731c821d690e53cd7f3da
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

apr-util contains optional support for openldap:

$ ls -1 output/target/usr/lib/apr-util-1/apr_ldap*
output/target/usr/lib/apr-util-1/apr_ldap-1.so
output/target/usr/lib/apr-util-1/apr_ldap.la
output/target/usr/lib/apr-util-1/apr_ldap.so

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 package/apr-util/apr-util.mk | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/package/apr-util/apr-util.mk b/package/apr-util/apr-util.mk
index 22f1913865..973194b915 100644
--- a/package/apr-util/apr-util.mk
+++ b/package/apr-util/apr-util.mk
@@ -47,6 +47,16 @@ else
 APR_UTIL_CONF_OPTS += --without-sqlite3
 endif
 
+ifeq ($(BR2_PACKAGE_OPENLDAP),y)
+APR_UTIL_CONF_OPTS += \
+	--with-ldap \
+	--with-ldap-include="$(STAGING_DIR)/usr/include/" \
+	--with-ldap-lib="$(STAGING_DIR)/usr/lib"
+APR_UTIL_DEPENDENCIES += openldap
+else
+APR_UTIL_CONF_OPTS += --without-ldap
+endif
+
 ifeq ($(BR2_PACKAGE_OPENSSL),y)
 APR_UTIL_CONF_OPTS += --with-crypto --with-openssl="$(STAGING_DIR)/usr"
 APR_UTIL_DEPENDENCIES += openssl

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [git commit] package/apr-util: add optional support for openldap
  2018-05-08 13:26 [Buildroot] [git commit] package/apr-util: add optional support for openldap Thomas Petazzoni
@ 2018-05-28 14:23 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2018-05-28 14:23 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:

 > commit: https://git.buildroot.net/buildroot/commit/?id=134968c6c80fd9767e8731c821d690e53cd7f3da
 > branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

 > apr-util contains optional support for openldap:

 > $ ls -1 output/target/usr/lib/apr-util-1/apr_ldap*
 > output/target/usr/lib/apr-util-1/apr_ldap-1.so
 > output/target/usr/lib/apr-util-1/apr_ldap.la
 > output/target/usr/lib/apr-util-1/apr_ldap.so

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
 > Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>

Committed to 2018.02.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-05-28 14:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-08 13:26 [Buildroot] [git commit] package/apr-util: add optional support for openldap Thomas Petazzoni
2018-05-28 14:23 ` Peter Korsgaard

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.