[asterisk-bugs] [JIRA] (ASTERISK-27997) pjproject_bundled: Fix for Solaris builds. Do not undef s_addr.

Friendly Automation (JIRA) noreply at issues.asterisk.org
Wed Aug 8 05:12:54 CDT 2018


    [ https://issues.asterisk.org/jira/browse/ASTERISK-27997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=244436#comment-244436 ] 

Friendly Automation commented on ASTERISK-27997:
------------------------------------------------

Change 9778 merged by Joshua Colp:
pjproject_bundled: Fix for Solaris builds. Do not undef s_addr.

[https://gerrit.asterisk.org/9778|https://gerrit.asterisk.org/9778]

> 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
>         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