Actions
Bug #4443
closed6.0.x: build: Build failure on FreeBSD
Affected Versions:
Effort:
Difficulty:
Label:
Description
Builds of 6.0.x+ fail on FreeBSD due to queue.h. It looks like /usr/include/sys/queue.h is being picked up before our queue.h, and as both set SYS_QUEUE_H, the CIRCLEQ macros from our queue.h is not being picked up causing the build to fail.
Updated by Jason Ish over 3 years ago
- Copied from Bug #4442: build: Build failure on FreeBSD added
Updated by Jason Ish over 3 years ago
- Status changed from New to In Review
Actions