[Asterisk-code-review] Makefile.product_rules: Add --with-jansson-bundled to builds (...repotools[master])

George Joseph asteriskteam at digium.com
Fri Apr 26 13:10:22 CDT 2019


George Joseph has uploaded this change for review. ( https://gerrit.asterisk.org/c/repotools/+/11311


Change subject: Makefile.product_rules:  Add --with-jansson-bundled to builds
......................................................................

Makefile.product_rules:  Add --with-jansson-bundled to builds

External module builds need to use bundled jansson with newer
versions of Asterisk.

Change-Id: Ia407bee28b0d3fc76e4715171beb6d8992500166
---
M build_tools/Makefile.product_rules
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.asterisk.org:29418/repotools refs/changes/11/11311/1

diff --git a/build_tools/Makefile.product_rules b/build_tools/Makefile.product_rules
index cd6537c..cfeac23 100644
--- a/build_tools/Makefile.product_rules
+++ b/build_tools/Makefile.product_rules
@@ -165,7 +165,7 @@
 	fi;
 
 PJPROJECT_BUNDLED_NEEDED=$(if $(PJPROJECT_BUNDLED),$(PJPROJECT_BUNDLED:no=),)
-ASTERISK_CONFIGURE_FLAGS=$(if $(PJPROJECT_BUNDLED_NEEDED),--with-pjproject-bundled) --host=$(BUILD_ARCH)-linux-gnu  --libdir=$(LIBDIR) $(if $(call yesonly,$(AST_DEVMODE)),--enable-dev-mode,)
+ASTERISK_CONFIGURE_FLAGS=$(if $(PJPROJECT_BUNDLED_NEEDED),--with-pjproject-bundled) --with-jansson-bundled --host=$(BUILD_ARCH)-linux-gnu  --libdir=$(LIBDIR) $(if $(call yesonly,$(AST_DEVMODE)),--enable-dev-mode,)
 PJPROJECT_INCLUDES=$(if $(PJPROJECT_BUNDLED_NEEDED),$(filter-out -O2,$(shell sed -n -r -e "s/PJPROJECT_INCLUDE=(.*)/\1/gp" asterisk/makeopts 2>/dev/null)))
 
 PRECHECKS=asterisk-configure libcp-build

-- 
To view, visit https://gerrit.asterisk.org/c/repotools/+/11311
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: repotools
Gerrit-Branch: master
Gerrit-Change-Id: Ia407bee28b0d3fc76e4715171beb6d8992500166
Gerrit-Change-Number: 11311
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/20190426/7068400f/attachment.html>


More information about the asterisk-code-review mailing list