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.
Actions