summaryrefslogtreecommitdiffstats
path: root/rules/php5.make
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 /rules/php5.make
parent266c45773b69c2e23fd15fd1a9a17900b372ea5f (diff)
downloadptxdist-d66186dcd00e1b1313da3b645b5fdc17d3b29152.tar.gz
ptxdist-d66186dcd00e1b1313da3b645b5fdc17d3b29152.tar.xz
php5: fix dependencies
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/php5.make')
-rw-r--r--rules/php5.make2
1 files changed, 1 insertions, 1 deletions
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