[Asterisk-code-review] Makefile.moddir_rules: Pass PJPROJECT_BUNDLED to download_externals (...asterisk[13])
George Joseph
asteriskteam at digium.com
Tue Mar 12 13:27:25 CDT 2019
George Joseph has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/11135
Change subject: Makefile.moddir_rules: Pass PJPROJECT_BUNDLED to download_externals
......................................................................
Makefile.moddir_rules: Pass PJPROJECT_BUNDLED to download_externals
The download_externals script wasn't getting the PJPROJECT_BUNDLED
environment variable passed down to it so it wasn't downloading
the appropriate variant of res_digium_phone. This could cause
crashes in the DPMA.
Change-Id: I5daa9369c7af1fd556d892e89a85f279a2533425
---
M Makefile.moddir_rules
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/35/11135/1
diff --git a/Makefile.moddir_rules b/Makefile.moddir_rules
index dbb38a0..8e3f05c 100644
--- a/Makefile.moddir_rules
+++ b/Makefile.moddir_rules
@@ -96,7 +96,7 @@
EXTERNAL_MODS=$$($(XMLSTARLET) sel -t -m "/category/member[support_level = 'external']" -v "@name" -n .moduleinfo) ;\
for x in $${EXTERNAL_MODS} ; do \
if [ -z "$${DISABLED_MODS[$${x}]}" ] ; then \
- $(ASTTOPDIR)/build_tools/download_externals $${x} ;\
+ PJPROJECT_BUNDLED=${PJPROJECT_BUNDLED} $(ASTTOPDIR)/build_tools/download_externals $${x} ;\
fi ;\
done ;\
fi
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/11135
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Change-Id: I5daa9369c7af1fd556d892e89a85f279a2533425
Gerrit-Change-Number: 11135
Gerrit-PatchSet: 1
Gerrit-Owner: George Joseph <gjoseph at digium.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20190312/9227a098/attachment.html>
More information about the asterisk-code-review
mailing list