]> git.ipfire.org Git - thirdparty/asterisk.git/commit
pjproject_bundled: Tweaks to support out-of-tree development
authorGeorge Joseph <gjoseph@sangoma.com>
Thu, 17 Oct 2024 15:51:38 +0000 (09:51 -0600)
committerGeorge Joseph <gjoseph@sangoma.com>
Wed, 23 Oct 2024 13:36:20 +0000 (13:36 +0000)
commitf9e8c3488b60803c919200e0f6edd10b7427da36
tree6e1ca2fdc4d2017379c96d38744ac03c03de410a
parent909b93608a33b8ed8b0c69a4b3eac918aef70fc9
pjproject_bundled:  Tweaks to support out-of-tree development

* pjproject is now configured with --disable-libsrtp so it will
  build correctly when doing "out-of-tree" development.  Asterisk
  doesn't use pjproject for handling media so pjproject doesn't
  need libsrtp itself.

* The pjsua app (which we used to use for the testsuite) no longer
  builds in pjproject's master branch so we just skip it.  The
  testsuite no longer needs it anyway.

See third-party/pjproject/README-hacking.md for more info on building
pjproject "out-of-tree".
third-party/pjproject/Makefile
third-party/pjproject/Makefile.rules
third-party/pjproject/README-hacking.md