From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [next v3 1/1] package/proftpd: add mod_sql_sqlite
Date: Sun, 9 Dec 2018 17:35:26 +0100 [thread overview]
Message-ID: <20181209173526.4e133c04@windsurf> (raw)
In-Reply-To: <20181203143418.5153-1-jared.bents@rockwellcollins.com>
Hello,
On Mon, 3 Dec 2018 08:34:18 -0600, Jared Bents wrote:
> Enable mod_sql_sqlite as a compile time option
>
> Signed-off-by: Jared Bents <jared.bents@rockwellcollins.com>
> --
> [v1->v2]: Update for sqlite dependency
> [v2->v3]: Update help info from mode_* to mod_* per request
> from <ryan.barnett@collins.com>
> ---
> package/proftpd/Config.in | 14 ++++++++++++--
> package/proftpd/proftpd.mk | 5 +++++
> 2 files changed, 17 insertions(+), 2 deletions(-)
>
> diff --git a/package/proftpd/Config.in b/package/proftpd/Config.in
> index b615a5ff4c..7c57fed35a 100644
> --- a/package/proftpd/Config.in
> +++ b/package/proftpd/Config.in
> @@ -29,12 +29,22 @@ config BR2_PACKAGE_PROFTPD_MOD_SFTP
> config BR2_PACKAGE_PROFTPD_MOD_SQL
> bool "mod_sql support"
> help
> - Compile ProFTPD with mode_sql support.
> + Compile ProFTPD with mod_sql support.
This...
> +
> +if BR2_PACKAGE_PROFTPD_MOD_SQL
> +
> +config BR2_PACKAGE_PROFTPD_MOD_SQL_SQLITE
> + bool "mod_sql_sqlite support"
> + select BR2_PACKAGE_SQLITE
> + help
> + Compile ProFTPD with mod_sql_sqlite support.
> +
> +endif
>
> config BR2_PACKAGE_PROFTPD_MOD_QUOTATAB
> bool "mod_quotatab support"
> help
> - Compile ProFTPD with mode_quotatab support. This module
> + Compile ProFTPD with mod_quotatab support. This module
.. and this are unrelated changes. They should have been made as part
of a separate patch. So I did them in a separate preparatory commit,
and then applied your change adding mod_sql_sqlite support. Thanks!
Best regards,
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
prev parent reply other threads:[~2018-12-09 16:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-03 14:34 [Buildroot] [next v3 1/1] package/proftpd: add mod_sql_sqlite Jared Bents
2018-12-09 16:35 ` 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=20181209173526.4e133c04@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.