projects
/
m6w6
/
pecl-ci
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
3260aaf
)
last resort
author
Michael Wallner
<mike@php.net>
Mon, 11 Nov 2019 15:31:13 +0000
(16:31 +0100)
committer
Michael Wallner
<mike@php.net>
Mon, 11 Nov 2019 15:31:13 +0000
(16:31 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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); \