Uploaded image for project: 'Qpid Proton'
  1. Qpid Proton
  2. PROTON-107

OS X: _POSIX_C_SOURCE is redefined in proton-c/src/ssl/ssl-internal.h

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • None
    • proton-c
    • None

    Description

      This causes a build failure.. I got around the problem by changing the define in ssl-internal.h to:

      #ifndef _POSIX_C_SOURCE
      #define _POSIX_C_SOURCE 1
      #endif

      Attachments

        Activity

          People

            rhs Rafael H. Schloming
            chirino Hiram R. Chirino
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: