summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2013-04-14 13:12:33 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2013-04-14 13:12:33 +0200
commitd66186dcd00e1b1313da3b645b5fdc17d3b29152 (patch)
treec900f8192bd4c18826b64bd59d0c069f4e33a6f4
parent266c45773b69c2e23fd15fd1a9a17900b372ea5f (diff)
downloadptxdist-d66186dcd00e1b1313da3b645b5fdc17d3b29152.tar.gz
ptxdist-d66186dcd00e1b1313da3b645b5fdc17d3b29152.tar.xz
php5: fix dependencies
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/php5.in2
-rw-r--r--rules/php5.make2
2 files changed, 2 insertions, 2 deletions
diff --git a/rules/php5.in b/rules/php5.in
index d175546d3..2e08037ba 100644
--- a/rules/php5.in
+++ b/rules/php5.in
@@ -4,7 +4,7 @@
menuconfig PHP5
tristate
prompt "php5 "
- select APACHE2 if PHP5_SAPI_APXS2
+ select APACHE2 if PHP5_SAPI_APXS2 || PHP5_SAPI_APXS2FILTER
select LIBCURL if PHP5_EXT_CURL
select LIBXML2 if PHP5_XML_LIBXML2
select LIBXSLT if PHP5_XML_LIBXML2_XSLT
diff --git a/rules/php5.make b/rules/php5.make
index 75bfabc77..b24cd3396 100644
--- a/rules/php5.make
+++ b/rules/php5.make
@@ -65,7 +65,7 @@ PHP5_AUTOCONF += --without-aolserver
endif
ifdef PTXCONF_PHP5_SAPI_APXS2FILTER
-PHP5_AUTOCONF += --with-apxs2filter
+PHP5_AUTOCONF += --with-apxs2filter=$(PTXDIST_SYSROOT_TARGET)/usr/bin/apxs
else
#PHP5_AUTOCONF += --without-apxs2filter
endif