mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-08 02:48:29 +00:00
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
This commit is contained in:
committed by
Friendly Automation
parent
6060b9ccb0
commit
d014cedf5d
8
doc/CHANGES-staging/bundled-pjproject-build.txt
Normal file
8
doc/CHANGES-staging/bundled-pjproject-build.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
Subject: Core
|
||||
|
||||
Bundled PJProject Build
|
||||
|
||||
The build process has been updated to make pjproject troubleshooting
|
||||
and development easier. See third-party/pjproject/README-hacking.md or
|
||||
https://wiki.asterisk.org/wiki/display/AST/Bundled+PJProject
|
||||
for more info.
|
||||
Reference in New Issue
Block a user