From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] package/lualdap: new package
Date: Thu, 31 Dec 2020 15:17:11 +0100 [thread overview]
Message-ID: <20201231151711.335f09ff@windsurf> (raw)
In-Reply-To: <20201220135514.251951-1-francois.perrad@gadz.org>
On Sun, 20 Dec 2020 14:55:14 +0100
Francois Perrad <fperrad@gmail.com> wrote:
> new file mode 100644
> index 000000000..2a71836ae
> --- /dev/null
> +++ b/package/lualdap/Config.in
> @@ -0,0 +1,15 @@
> +config BR2_PACKAGE_LUALDAP
> + bool "lualdap"
> + depends on !BR2_STATIC_LIBS
> + depends on !BR2_PACKAGE_LUA_5_4
> + depends on BR2_USE_WCHAR # openldap
> + depends on BR2_USE_MMU # openldap
> + select BR2_PACKAGE_OPENLDAP
> + help
> + LuaLDAP is a simple interface from Lua to an LDAP client,
> + in fact it is a bind to OpenLDAP client.
> +
> + https://github.com/lualdap/lualdap
> +
> +comment "lualdap needs a toolchain w/ wchar, dynamic library, Lua <= 5.3"
Just a note: you had forgotten the "depends on BR2_USE_MMU" here. I
fixed that when applying.
> + depends on !BR2_USE_WCHAR || BR2_STATIC_LIBS || BR2_PACKAGE_LUA_5_4
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
prev parent reply other threads:[~2020-12-31 14:17 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-20 13:55 [Buildroot] [PATCH] package/lualdap: new package Francois Perrad
2020-12-31 14:16 ` Thomas Petazzoni
2020-12-31 14:17 ` Thomas Petazzoni [this message]
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=20201231151711.335f09ff@windsurf \
--to=thomas.petazzoni@bootlin.com \
--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.