[Asterisk-code-review] bundled_pjproject: Make it easier to hack (asterisk[16])

George Joseph asteriskteam at digium.com
Thu Dec 30 10:42:31 CST 2021


George Joseph has uploaded a new patch set (#2). ( https://gerrit.asterisk.org/c/asterisk/+/17718 )

Change subject: bundled_pjproject:  Make it easier to hack
......................................................................

bundled_pjproject:  Make it easier to hack

There are times when you need to troubleshoot issues with bundled
pjproject or add new features that need to be pushed upstream
but...

* The source directory created by extracting the pjproject tarball
  is not scanned for code changes so you have to keep forcing
  rebuilds.
* The source directory isn't a git repo so you can't easily create
  patches, do git bisects, etc.
* Accidentally doing a make distclean will ruin your day by wiping
  out the source directory, and your changes.
* etc.

This commit makes that easier.
See third-party/pjproject/README-hacking.md for the details.

ASTERISK-29824

Change-Id: Idb1251040affdab31d27cd272dda68676da9b268
---
M configure
M configure.ac
A doc/CHANGES-staging/bundled-pjproject-build.txt
M include/asterisk/autoconfig.h.in
M makeopts.in
M res/res_pjproject.c
M third-party/Makefile
M third-party/Makefile.rules
M third-party/apply_patches
M third-party/jansson/Makefile
M third-party/pjproject/.gitignore
M third-party/pjproject/Makefile
M third-party/pjproject/Makefile.rules
A third-party/pjproject/README-hacking.md
M third-party/pjproject/configure.m4
A third-party/pjproject/dependency_utils
16 files changed, 536 insertions(+), 65 deletions(-)


  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/18/17718/2
-- 
To view, visit https://gerrit.asterisk.org/c/asterisk/+/17718
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 16
Gerrit-Change-Id: Idb1251040affdab31d27cd272dda68676da9b268
Gerrit-Change-Number: 17718
Gerrit-PatchSet: 2
Gerrit-Owner: George Joseph <gjoseph at digium.com>
Gerrit-CC: Friendly Automation
Gerrit-MessageType: newpatchset
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20211230/1219cb6c/attachment.html>


More information about the asterisk-code-review mailing list