Koen Kooi 4deb828fff php: update to 5.4.33
One patch was a backport and can be dropped, add Upstream-status to the others.

Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-10-10 12:47:34 +02:00

19 lines
420 B
Diff

Upstream-status: Inappriate
diff --git a/sapi/cli/config.m4 b/sapi/cli/config.m4
index cdfa1f7..0fe11e3 100644
--- a/sapi/cli/config.m4
+++ b/sapi/cli/config.m4
@@ -36,7 +36,7 @@ if test "$PHP_CLI" != "no"; then
esac
dnl Set executable for tests
- PHP_EXECUTABLE="\$(top_builddir)/\$(SAPI_CLI_PATH)"
+ PHP_EXECUTABLE="${PHP_NATIVE_DIR}/php"
PHP_SUBST(PHP_EXECUTABLE)
dnl Expose to Makefile
--
1.9.3