]> git.ipfire.org Git - thirdparty/asterisk.git/commit
pjproject_bundled: Find shared libraries in root --with-ssl=PATH.
authorAlexander Traud <pabstraud@compuserve.com>
Mon, 30 Jul 2018 11:05:34 +0000 (13:05 +0200)
committerAlexander Traud <pabstraud@compuserve.com>
Fri, 3 Aug 2018 14:19:47 +0000 (09:19 -0500)
commit0d880fac93ad3a4bb8ecf963fcf6fd305b0dab44
treefd076b5d88261b6064e49252a6b5b886217c474e
parent37085a0cb70c727c8b1994a4214f1d1c2717ec43
pjproject_bundled: Find shared libraries in root --with-ssl=PATH.

The script configure from Teluu expects shared libraries (.so) in a subfolder
called 'lib', when --with-xyz=PATH is specified. However for OpenSSL, the
default location is the root of the source folder = PATH. Furthermore, Asterisk
supports both, 'lib' and root. For consistency and because Asterisk is using
(only) OpenSSL in PJProject, it is enhanced to support both locations, just
like Asterisk.

ASTERISK-27995

Change-Id: I8eb916a88b6b8c22e29bb40bee8faaca6c73406f
third-party/pjproject/patches/0000-configure-ssl-library-path.patch [new file with mode: 0644]