Ken Giusti created PROTON-987: --------------------------------- Summary: Do not assume clock_gettime is available - use system default if not. Key: PROTON-987 URL: https://issues.apache.org/jira/browse/PROTON-987 Project: Qpid Proton Issue Type: Bug Components: python-binding Affects Versions: 0.10 Reporter: Ken Giusti Fix For: 0.10.1
The python setup.py script assumes the system call clock_gettime is available and always sets the USE_CLOCK_GETTIME compilation flag. Instead, it should check for clock_gettime() and only set the flag if it is available. -- This message was sent by Atlassian JIRA (v6.3.4#6332)