X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=travis%2Fpecl%2FMakefile;h=201d530f8d9b1256c6862311c80c6d8ff62445ff;hp=358acca920a99027c409e71339a017f56a70ec05;hb=49a68e2dc90a01e3da956f216da1b478e1d2e53b;hpb=7e093af8827766375f6b6ef2f2f65ad5e1fd98a7 diff --git a/travis/pecl/Makefile b/travis/pecl/Makefile index 358acca..201d530 100644 --- a/travis/pecl/Makefile +++ b/travis/pecl/Makefile @@ -23,7 +23,7 @@ PECL_SONAME ?= $(if $(shell echo $(PECL) | cut -d: -f2),$(shell echo $(PECL) | c PECL_VERSION ?= $(shell echo $(PECL) | cut -d: -f3 -s) PECL_INI = $(with_config_file_scan_dir)/pecl.ini -PHP_VERSION ?= $(shell test -e $(srcdir)/php-versions.json && cat $(srcdir)/php-versions.json | php $(srcdir)/php-version.php $(PHP)) +PHP_VERSION ?= $(shell test -e $(srcdir)/php-versions.json && cat $(srcdir)/php-versions.json | /usr/bin/php $(srcdir)/php-version.php $(PHP)) .PHONY: all php check clean reconf pecl ext test .SUFFIXES: