last resort
authorMichael Wallner <mike@php.net>
Mon, 11 Nov 2019 15:31:13 +0000 (16:31 +0100)
committerMichael Wallner <mike@php.net>
Mon, 11 Nov 2019 15:31:13 +0000 (16:31 +0100)
Makefile

index f2190b181951c19d8bd3a068a59cbe66b111f379..8330ebc090ae9f6355e8f0f3584b6d164f514e2d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -130,8 +130,7 @@ $(PECL_DIR)/config.m4:
                        cd $(PECL_DIR); \
                        git pull; \
                else \
-                       git clone -b $(PECL_VERSION) \
-                               $$(dirname $$(git remote get-url $$(git remote)))/$(PECL_EXTENSION) $(PECL_DIR); \
+                       git clone https://github.com/$(PECL_EXTENSION) $(PECL_DIR); \
                fi; \
        else \
                mkdir -p $(PECL_DIR); \