X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=Makefile;h=2ccac0ff127512df00e8b031555fd9abe9df53e6;hb=126f0d23ed321e2a40cb689b78ca6022ac6d3276;hp=20f28299ba147ac28b927495d571b735e501377c;hpb=b6683bb97ca8618dacf7d101e5844d1bb1b2838a;p=m6w6%2Fpecl-ci diff --git a/Makefile b/Makefile index 20f2829..2ccac0f 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ export -PHP ?= 7.2 +PHP ?= 7.3 JOBS ?= 2 -PHP_MIRROR ?= http://us2.php.net/distributions/ +PHP_MIRROR ?= http://php.net/distributions/ TMPDIR ?= /tmp makdir := $(dir $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST))) @@ -79,7 +79,7 @@ check: $(PHP_RELEASES) .PHONY: reconf reconf: check $(srcdir)/php-$(PHP_VERSION)/configure - cd $(srcdir)/php-$(PHP_VERSION) && ./configure --cache-file=config.cache --prefix=$(prefix) + cd $(srcdir)/php-$(PHP_VERSION) && ./configure --cache-file=config.cache --prefix=$(prefix) && rm -f sapi/cli/php .PHONY: php php: check $(bindir)/php | $(PECL_INI)