]> git.ipfire.org Git - thirdparty/asterisk.git/commit
pjproject_bundled: Add MALLOC_DEBUG capability 38/4038/2
authorGeorge Joseph <gjoseph@digium.com>
Wed, 5 Oct 2016 19:53:10 +0000 (13:53 -0600)
committerGeorge Joseph <gjoseph@digium.com>
Sun, 9 Oct 2016 23:17:21 +0000 (18:17 -0500)
commita8e37c3d06f9b4dbede3e98dbad29ffe17b2f273
tree7931e4cdb3a3c62ce914b3d0c7d006975f453f42
parentadcdecd47f6cfda09b6a7f7c3e4650cbb49f26e6
pjproject_bundled:  Add MALLOC_DEBUG capability

pjproject_bundled will now use the asterisk memory debugging APIs
if MALLOC_DEBUG is turned on in menuselect.

Because this required stubs for the executable programs and the python
bindings, some Makefile reorganization was needed to properly handle
the dependencies.  As a result, the makefile now individually makes
each of the pjproject libraries separately instead of making them all
in 1 shot.  The only visible change is that there are separate status
lines printed for each library instead oif 1 for all libs.  Also, the
making of the pjproject dependency files was eliminated.  They're not
needed for building unless you're actively modifying pjproject source
files and it makes the build process faster.  Finally, any issues with
parallel builds should be resolved again making the build faster.

NOTE:  The certified/13.8 version of this patch also builds libresample
which is needed by pjsua.  Later versions do not need libresample.

Change-Id: Icc5e3d658fbfb00e0a46b44c66dcc2522d5171b0
third-party/Makefile.rules
third-party/pjproject/.gitignore
third-party/pjproject/Makefile
third-party/pjproject/patches/asterisk_malloc_debug.c [new file with mode: 0644]
third-party/pjproject/patches/asterisk_malloc_debug.h [new file with mode: 0644]
third-party/pjproject/patches/config_site.h