[asterisk-bugs] [JIRA] (ASTERISK-27997) pjproject_bundled: Fix for Solaris builds. Do not undef s_addr.
Asterisk Team (JIRA)
noreply at issues.asterisk.org
Tue Aug 28 15:06:57 CDT 2018
[ https://issues.asterisk.org/jira/browse/ASTERISK-27997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Asterisk Team updated ASTERISK-27997:
-------------------------------------
Target Release Version/s: 13.23.0
> pjproject_bundled: Fix for Solaris builds. Do not undef s_addr.
> ---------------------------------------------------------------
>
> Key: ASTERISK-27997
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-27997
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: pjproject/pjsip
> Affects Versions: 13.22.0, 15.5.0
> Environment: Solaris 11.3
> Reporter: Alexander Traud
> Assignee: Alexander Traud
> Labels: patch
> Target Release: 13.23.0
>
> Attachments: 0120.patch
>
>
> ASTERISK-20366 got re-introduced with the bundled PJProject. 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.
> The attached patch here, changes the only {{struct pj_in_addr}} usage to its alias {{pj_in_addr}} within Asterisk itself. For PJProject, the first patch attached to ASTERISK-20366 is re-used exactly like it was. The second patch there, is still included in Asterisk; not need to re-add it.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list