Skip to content
Snippets Groups Projects
Commit c27acb4c authored by George Joseph's avatar George Joseph Committed by Gerrit Code Review
Browse files

Merge "pjproject_bundled: Use the asterisk github mirror for download"

parents c33168c1 b2fd7e50
Branches
Tags
No related merge requests found
...@@ -97,7 +97,7 @@ endef ...@@ -97,7 +97,7 @@ endef
define download_from_pjproject define download_from_pjproject
($(SHELL_ECHO_PREFIX) Downloading $(TARBALL_URL) to $(TARBALL) ;\ ($(SHELL_ECHO_PREFIX) Downloading $(TARBALL_URL) to $(TARBALL) ;\
$(DOWNLOAD_TO_STDOUT) $(call DOWNLOAD_TIMEOUT,5,60) $(TARBALL_URL) > $(TARBALL) &&\ $(DOWNLOAD_TO_STDOUT) $(call DOWNLOAD_TIMEOUT,5,60) $(TARBALL_URL) > $(TARBALL) &&\
$(SHELL_ECHO_PREFIX) Downloading $(PJPROJECT_URL)/MD5SUM to $(PJMD5SUM) &&\ $(SHELL_ECHO_PREFIX) Downloading $(PJPROJECT_URL)/MD5SUM.TXT to $(PJMD5SUM) &&\
$(DOWNLOAD_TO_STDOUT) $(call DOWNLOAD_TIMEOUT,5,60) $(PJPROJECT_URL)/MD5SUM.TXT > $(PJMD5SUM) &&\ $(DOWNLOAD_TO_STDOUT) $(call DOWNLOAD_TIMEOUT,5,60) $(PJPROJECT_URL)/MD5SUM.TXT > $(PJMD5SUM) &&\
$(verify_tarball)) $(verify_tarball))
endef endef
......
PJPROJECT_URL = http://www.pjsip.org/release/$(PJPROJECT_VERSION) PJPROJECT_URL ?= https://raw.githubusercontent.com/asterisk/third-party/master/pjproject/$(PJPROJECT_VERSION)
# Even though we're not installing pjproject, we're setting prefix to /opt/pjproject to be safe # Even though we're not installing pjproject, we're setting prefix to /opt/pjproject to be safe
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment