]> git.ipfire.org Git - thirdparty/asterisk.git/commit
pjproject_bundled: fix cross-compilation with ssl libs
authorNick French <nickfrench@gmail.com>
Sat, 11 Feb 2023 12:58:43 +0000 (06:58 -0600)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Mon, 27 Feb 2023 20:49:28 +0000 (14:49 -0600)
commita71f86d1a1106402cc4c1db19cbae7f5fa5da810
tree14069eca8d07686ae0039f1717a9ded34b9285fa
parentfd95998b56d40c2acf753a3430d14de1b9ca1ede
pjproject_bundled: fix cross-compilation with ssl libs

Asterisk makefiles auto-detect ssl library availability,
then they assume that pjproject makefiles will also autodetect
an ssl library at the same time, so they do not pass on the
autodetection result to pjproject.

This normally works, except the pjproject makefiles disables
autodetection when cross-compiling.

Fix by explicitly configuring pjproject to use ssl if we
have been told to use it or it was autodetected

ASTERISK-30424 #close

Change-Id: I8fe2999ea46710e21d1d55a1bed92769c6ebded9
configure
third-party/pjproject/configure.m4