From: Tracy Date: Mon, 27 May 2019 09:32:03 +0000 (+0000) Subject: redirect 30X X-Git-Url: https://git.m6w6.name/?p=m6w6%2Ftravis-pecl;a=commitdiff_plain;h=3529c77d8f6844c8817873490e290e203b9bfc50;ds=sidebyside redirect 30X --- diff --git a/Makefile b/Makefile index 6630634..d20e6a4 100644 --- a/Makefile +++ b/Makefile @@ -134,7 +134,7 @@ $(PECL_DIR)/config.m4: fi; \ else \ mkdir -p $(PECL_DIR); \ - curl -Ss $(PECL_MIRROR)/$(PECL_EXTENSION)$(if $(PECL_VERSION),/$(PECL_VERSION)) \ + curl -LSs $(PECL_MIRROR)/$(PECL_EXTENSION)$(if $(PECL_VERSION),/$(PECL_VERSION)) \ | tar xz --strip-components 1 -C $(PECL_DIR); \ fi