[MDEV-4190] Fix CMake header checks on OpenBSD Created: 2013-02-20 Updated: 2013-02-22 Resolved: 2013-02-22 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.29 |
| Fix Version/s: | 5.5.30 |
| Type: | Bug | Priority: | Major |
| Reporter: | Brad Smith | Assignee: | Vladislav Vaintroub |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
OpenBSD |
||
| Attachments: |
|
| Description |
|
The attached patch for CMake fixes some of the header checks so they're able to detect the presence of the headers on OpenBSD and Bitrig. The headers in question require sys/types.h to also be included. |
| Comments |
| Comment by Vladislav Vaintroub [ 2013-02-22 ] |
|
Thanks for the patch! |