]> git.ipfire.org Git - thirdparty/asterisk.git/commit
bundled_pjproject: Make it easier to hack
authorGeorge Joseph <gjoseph@digium.com>
Tue, 30 Nov 2021 22:35:27 +0000 (15:35 -0700)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Fri, 7 Jan 2022 15:57:43 +0000 (09:57 -0600)
commitd014cedf5da56f09b5561bf33bb69fa535407534
treed03ebde78d163f75046a37a83e674e7370e73656
parent6060b9ccb01738608607fcfaddc7787f2b49f8c3
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
16 files changed:
configure
configure.ac
doc/CHANGES-staging/bundled-pjproject-build.txt [new file with mode: 0644]
include/asterisk/autoconfig.h.in
makeopts.in
res/res_pjproject.c
third-party/Makefile
third-party/Makefile.rules
third-party/apply_patches
third-party/jansson/Makefile
third-party/pjproject/.gitignore
third-party/pjproject/Makefile
third-party/pjproject/Makefile.rules
third-party/pjproject/README-hacking.md [new file with mode: 0644]
third-party/pjproject/configure.m4
third-party/pjproject/dependency_utils [new file with mode: 0755]