From 3529c77d8f6844c8817873490e290e203b9bfc50 Mon Sep 17 00:00:00 2001 From: Tracy Date: Mon, 27 May 2019 09:32:03 +0000 Subject: [PATCH] redirect 30X --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2