]> 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)
committerasterisk-org-access-app[bot] <120671045+asterisk-org-access-app[bot]@users.noreply.github.com>
Wed, 23 Oct 2024 13:36:30 +0000 (13:36 +0000)
commit7e079d5d22685f8b7850c34fb2fd3d61352782dd
treebd7211050151ea19e4fb39ee6f39a5ffcd88eef8
parentc13ef65f2142d72a1ec98e7d7ba32d6b8e8b7182
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