redirect 30X 4/head
authorTracy <tli@defymeida.com>
Mon, 27 May 2019 09:32:03 +0000 (09:32 +0000)
committerTracy <tli@defymeida.com>
Mon, 27 May 2019 09:32:03 +0000 (09:32 +0000)
Makefile

index 6630634f0b4512543ba6a2f6f8964694c4be7fa6..d20e6a420344dd344d47b76f844227aabb84ab6e 100644 (file)
--- 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