1
0
mirror of https://github.com/danog/ext-pq.git synced 2025-01-22 22:01:33 +01:00

use system's php

This commit is contained in:
Michael Wallner 2015-07-30 19:07:47 +02:00
parent 7e093af882
commit 49a68e2dc9
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ env:
before_script:
- make -f travis/pecl/Makefile php
- make -df travis/pecl/Makefile pecl PECL=raphf
- make -f travis/pecl/Makefile pecl PECL=raphf
- make -f travis/pecl/Makefile ext PECL=pq
script:

View File

@ -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: