All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephan Hoffmann <sho@relinux.de>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/2] ProFTPD: Add config option to enable mod_rewrite
Date: Mon, 04 Mar 2013 11:22:04 +0100	[thread overview]
Message-ID: <513475CC.8010705@relinux.de> (raw)
In-Reply-To: <1360061657-2329-1-git-send-email-sho@relinux.de>

Ping?
I'd really like to get this committed since I am using it in a customer
system.

Am 05.02.2013 11:54, schrieb Stephan Hoffmann:
> Signed-off-by: Stephan Hoffmann <sho@relinux.de>
> ---
>  package/proftpd/Config.in  |    6 ++++++
>  package/proftpd/proftpd.mk |    4 ++++
>  2 files changed, 10 insertions(+), 0 deletions(-)
>
> diff --git a/package/proftpd/Config.in b/package/proftpd/Config.in
> index abdedc9..7866e0a 100644
> --- a/package/proftpd/Config.in
> +++ b/package/proftpd/Config.in
> @@ -4,3 +4,9 @@ config BR2_PACKAGE_PROFTPD
>  	  ProFTPD, a highly configurable FTP server.
>  
>  	  http://www.proftpd.org/
> +
> +config BR2_PACKAGE_PROFTPD_MOD_REWRITE
> +	bool "proftpd mod_rewrite"
> +	depends on BR2_PACKAGE_PROFTPD
> +	help
> +	  Compile ProFTPD with mod_rewrite
> diff --git a/package/proftpd/proftpd.mk b/package/proftpd/proftpd.mk
> index 1d02194..92644a8 100644
> --- a/package/proftpd/proftpd.mk
> +++ b/package/proftpd/proftpd.mk
> @@ -20,6 +20,10 @@ PROFTPD_CONF_OPT = --localstatedir=/var/run \
>  		--enable-shadow \
>  		--with-gnu-ld
>  
> +ifeq ($(BR2_PACKAGE_PROFTPD_MOD_REWRITE),y)
> +PROFTPD_CONF_OPT += --with-modules=mod_rewrite
> +endif
> +
>  define PROFTPD_MAKENAMES
>  	$(MAKE1) CC="$(HOSTCC)" CFLAGS="" LDFLAGS="" -C $(@D)/lib/libcap _makenames
>  endef

  reply	other threads:[~2013-03-04 10:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-05 10:54 [Buildroot] [PATCH 1/2] ProFTPD: Add config option to enable mod_rewrite Stephan Hoffmann
2013-03-04 10:22 ` Stephan Hoffmann [this message]
2013-03-04 12:39   ` Peter Korsgaard

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=513475CC.8010705@relinux.de \
    --to=sho@relinux.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.