summaryrefslogtreecommitdiffstats
path: root/rules/php5.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-03-01 12:11:05 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-03-01 13:58:02 +0100
commit6da485b4940906d50b48da7e6e26e84629cdf142 (patch)
treeb05f0a1a3ac233b841f25f96ade055332da9472a /rules/php5.in
parentd4617b2c470d2cceaccbd4fcbf399f9f58908e57 (diff)
downloadptxdist-6da485b4940906d50b48da7e6e26e84629cdf142.tar.gz
ptxdist-6da485b4940906d50b48da7e6e26e84629cdf142.tar.xz
apache2: remove after on year in staging
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/php5.in')
-rw-r--r--rules/php5.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/rules/php5.in b/rules/php5.in
index cd191b96f..07dfa159e 100644
--- a/rules/php5.in
+++ b/rules/php5.in
@@ -4,7 +4,6 @@
menuconfig PHP5
tristate
prompt "php5 "
- select APACHE2 if PHP5_SAPI_APXS2 || PHP5_SAPI_APXS2FILTER
select LIBCURL if PHP5_EXT_CURL
select LIBXML2 if PHP5_XML_LIBXML2
select LIBXML2_C14N if PHP5_XML_LIBXML2
@@ -49,7 +48,8 @@ config PHP5_SAPI_AOLSERVER
config PHP5_SAPI_APXS2FILTER
bool
- depends on STAGING
+ # needs apache
+ depends on BROKEN
prompt "apxs2filter"
help
EXPERIMENTAL: Build shared Apache 2.0 Filter module. FILE is the optional
@@ -57,7 +57,8 @@ config PHP5_SAPI_APXS2FILTER
config PHP5_SAPI_APXS2
bool
- depends on STAGING
+ # needs apache
+ depends on BROKEN
prompt "apache mod_php (apxs2)"
help
Build shared Apache 2.0 Handler module.