]> git.ipfire.org Git - thirdparty/asterisk.git/commit
build : Fix cross-compilation errors
authorJean Aunis <jean.aunis@prescom.fr>
Wed, 23 Jan 2019 13:59:00 +0000 (14:59 +0100)
committerJean Aunis - Prescom <jean.aunis@prescom.fr>
Wed, 23 Jan 2019 16:30:47 +0000 (10:30 -0600)
commitd3a6714158103120aeeffd62df662799858b0654
tree1c4f216cbf5043d52f748a2fd7b647c552b95dd9
parent6640ecfd399d4ac61ed4159ca1c99af1c306a46b
build : Fix cross-compilation errors

Bundled pjproject and jansson must be configured with the host and build
parameters provided to the configure script.
Autotools do not permit to check for the existence of local header files, so
the control of hrirs.h must not be done when cross-compiling.

ASTERISK-28250

Change-Id: If0a76e52a87d4ab82b7d4c72d27d8759ca931880
configure
configure.ac
third-party/jansson/configure.m4
third-party/pjproject/configure.m4