From: Gustavo Zacarias <gustavo@zacarias.com.ar>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 8/8] package/php: Add Apache support
Date: Sun, 05 Oct 2014 13:48:25 -0300 [thread overview]
Message-ID: <54317659.7090206@zacarias.com.ar> (raw)
In-Reply-To: <20141005155638.GM4220@free.fr>
On 10/05/2014 12:56 PM, Yann E. MORIN wrote:
> Unrelated to your patch, but this choice is getting ugly. Maybe we should
> switch to something like:
>
> config BR2_PACKAGE_PHP
> bool "php"
> select BR2_PACKAGE_PHP_SAPI_CGI if !BR2_PACKAGE_PHP_HAS_SAPI
>
> config BR2_PACKAGE_PHP_HAS_SAPI
> bool
>
> config BR2_PACKAGE_PHP_SAPI_CGI
> bool "CGI"
>
> config BR2_PACKAGE_PHP_SAPI_CLI
> bool "CLI"
> select BR2_PACKAGE_PHP_HAS_SAPI
>
> config BR2_PACKAGE_PHP_SAPI_APACHE
> bool "Apache"
> select BR2_PACKAGE_PHP_HAS_SAPI
>
> config BR2_PACKAGE_PHP_SAPI_FPM
> bool "FPM"
> select BR2_PACKAGE_PHP_HAS_SAPI
>
> That way, we ensure at least one is selected, which was the initial
> reason for the choice, while stil allowing multiple to be selected.
+1 the choice is going wild.
> Then, if some are incompatible, we could do, for example:
AFAIK you can combine anything the way you like as long as the
dependencies are met since the php build system rebuilds for each case.
Regards.
next prev parent reply other threads:[~2014-10-05 16:48 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-05 13:45 [Buildroot] [PATCH 1/8] package/apr: Bump version to 1.5.1 Bernd Kuhls
2014-10-05 13:45 ` [Buildroot] [PATCH 2/8] package/apr: Fix detection of rlimit and large file support Bernd Kuhls
2014-10-05 14:48 ` Yann E. MORIN
2014-10-05 13:45 ` [Buildroot] [PATCH 3/8] package/apr-util: Add comment to describe toolchain dependencies Bernd Kuhls
2014-10-05 14:45 ` Yann E. MORIN
2014-10-05 16:01 ` Thomas Petazzoni
2014-10-05 13:45 ` [Buildroot] [PATCH 4/8] package/apr-util: Bump version to 1.5.4 Bernd Kuhls
2014-10-05 13:45 ` [Buildroot] [PATCH 5/8] package/apr-util: Rework dependencies Bernd Kuhls
2014-10-05 15:00 ` Yann E. MORIN
2014-10-05 13:45 ` [Buildroot] [PATCH 6/8] package/apr: Fix for Apache when listening to multiple ports Bernd Kuhls
2014-10-05 15:04 ` Yann E. MORIN
2014-10-05 13:45 ` [Buildroot] [PATCH 7/8] Apache: New package Bernd Kuhls
2014-10-05 15:23 ` Yann E. MORIN
2014-10-05 13:45 ` [Buildroot] [PATCH 8/8] package/php: Add Apache support Bernd Kuhls
2014-10-05 15:56 ` Yann E. MORIN
2014-10-05 16:48 ` Gustavo Zacarias [this message]
2014-10-05 14:42 ` [Buildroot] [PATCH 1/8] package/apr: Bump version to 1.5.1 Yann E. MORIN
2014-10-05 16:16 ` Thomas Petazzoni
2014-10-05 16:30 ` Bernd Kuhls
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=54317659.7090206@zacarias.com.ar \
--to=gustavo@zacarias.com.ar \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).