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
parent
0bbef4d8
No related branches found
No related tags found
Showing
- configure 72 additions, 6 deletionsconfigure
- configure.ac 2 additions, 0 deletionsconfigure.ac
- doc/CHANGES-staging/bundled-pjproject-build.txt 8 additions, 0 deletionsdoc/CHANGES-staging/bundled-pjproject-build.txt
- include/asterisk/autoconfig.h.in 3 additions, 0 deletionsinclude/asterisk/autoconfig.h.in
- makeopts.in 1 addition, 0 deletionsmakeopts.in
- res/res_pjproject.c 2 additions, 2 deletionsres/res_pjproject.c
- third-party/Makefile 1 addition, 2 deletionsthird-party/Makefile
- third-party/Makefile.rules 9 additions, 2 deletionsthird-party/Makefile.rules
- third-party/apply_patches 4 additions, 2 deletionsthird-party/apply_patches
- third-party/jansson/Makefile 1 addition, 1 deletionthird-party/jansson/Makefile
- third-party/pjproject/.gitignore 2 additions, 1 deletionthird-party/pjproject/.gitignore
- third-party/pjproject/Makefile 110 additions, 48 deletionsthird-party/pjproject/Makefile
- third-party/pjproject/Makefile.rules 1 addition, 1 deletionthird-party/pjproject/Makefile.rules
- third-party/pjproject/README-hacking.md 213 additions, 0 deletionsthird-party/pjproject/README-hacking.md
- third-party/pjproject/configure.m4 23 additions, 2 deletionsthird-party/pjproject/configure.m4
- third-party/pjproject/dependency_utils 96 additions, 0 deletionsthird-party/pjproject/dependency_utils
Loading
Please register or sign in to comment