]> git.ipfire.org Git - thirdparty/asterisk.git/commit
pjproject_bundled: Fix compilation with MALLOC_DEBUG 05/4705/2
authorGeorge Joseph <gjoseph@digium.com>
Sun, 8 Jan 2017 16:29:01 +0000 (09:29 -0700)
committerGeorge Joseph <gjoseph@digium.com>
Sun, 8 Jan 2017 16:37:34 +0000 (10:37 -0600)
commit846432013a52bf5617b22d3a4bcdd4fda0841489
treec9ba671619ca1c95bf1d182ffc8f4e1301095216
parentc9825b26a999217ea6e5e9c6f2e8a595ef5c3b2b
pjproject_bundled:  Fix compilation with MALLOC_DEBUG

When MALLOC_DEBUG was specified, make was failing.  Immediately
remaking would work.  The issues was in the ordering of the make
dependencies.

Change-Id: If6030b54fc693f3179f32bfd20c6b5d5f1b3f7cd
third-party/pjproject/Makefile