]> 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:58:27 +0000 (16:58 -0500)
commit04974a0ca2cd8778c938c16a15a8aa70ec7fbce9
tree920a70f5a3c9f9d95906fe847ddf5c513e87cad3
parentec813a3fdb36469922135619b02d305adfff7965
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
res/res_pjsip/pjsip_resolver.c
third-party/pjproject/patches/0000-solaris.patch [new file with mode: 0644]