]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix issues with bundled pjproject cached download. 08/4108/2
authorCorey Farrell <git@cfware.com>
Fri, 14 Oct 2016 05:18:50 +0000 (01:18 -0400)
committerGeorge Joseph <gjoseph@digium.com>
Fri, 14 Oct 2016 12:47:31 +0000 (07:47 -0500)
commit11bc810c8680ddcd3e959de021bb7112b9b65da2
tree668ee2e3569acc0cdc2a7b226a0581af1657d573
parent8ff4d75e9eae039d8f5bac817db45fc43307a6fe
Fix issues with bundled pjproject cached download.

Previously when testing I had a preexisting makeopts in ASTTOPDIR.  The
ordering of configure.ac causes --with-externals-cache to be processed
after third-party configure.  In cases where the Asterisk clone is
cleaned it would cause pjproject to be downloaded to /tmp.  This
moves processing of the externals cache and sounds cache to happen
before third-party configure.

This also addresses a possible issue with the third-party Makefile.  If
TMPDIR is set by the environment it would override the path given to
--with-externals-cache.

ASTERISK-26416

Change-Id: Ifab7f35bfcd5a31a31a3a4353cc26a68c8c6592d
configure
configure.ac
third-party/pjproject/Makefile
third-party/pjproject/configure.m4