]> 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:48:05 +0000 (14:48 -0600)
commit7196eb524bbc0944e9a616e39250b01539b3bc96
tree4016755f5e9a57ee27454adfd498d2c01d0c32c7
parentfc5b7ab4595c9e6625bade5c70d286a9d11e0d31
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