Hiram Chirino created PROTON-107:
------------------------------------

             Summary: OS X: _POSIX_C_SOURCE is redefined in 
proton-c/src/ssl/ssl-internal.h
                 Key: PROTON-107
                 URL: https://issues.apache.org/jira/browse/PROTON-107
             Project: Qpid Proton
          Issue Type: Bug
            Reporter: Hiram Chirino


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


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to