]> git.ipfire.org Git - thirdparty/asterisk.git/commit
pjproject_bundled: Fix for Solaris builds. Do not undef s_addr.
authorAlexander Traud <pabstraud@compuserve.com>
Mon, 30 Jul 2018 12:49:08 +0000 (14:49 +0200)
committerRichard Mudgett <rmudgett@digium.com>
Fri, 3 Aug 2018 21:52:48 +0000 (16:52 -0500)
commit819842f7fbad3b5b7bf5788e43be131ee3bf8c84
treeb14baabaab3033e4452e8c8ba615e22b3478776e
parentd3358a8c84edee9b8c4ddeda94b6d8ba60041935
pjproject_bundled: Fix for Solaris builds. Do not undef s_addr.

The authors of PJProject undef s_addr because of some issue in Microsoft
Windows. However in Oracle Solaris, s_addr is not a structure member, but
defined to map to the real structure member.

Updates the patch from ASTERISK_20366

ASTERISK-27997

Change-Id: I8223026d4d54e2a46521085fcc94bfa6ebe35b11
third-party/pjproject/patches/0000-solaris.patch [new file with mode: 0644]