Currently "configure" adds -lrt to the link options if building for the FreeBSD platform (only). This is contrary to the spirit of having an automated build configuration: it should detect what build options are actually required, not base this assumption on the platform. I.e. if a small program using appropriate Dasynq functionality can be linked without -lrt then it should be assumed that -lrt isn't needed.
Currently "configure" adds
-lrtto the link options if building for the FreeBSD platform (only). This is contrary to the spirit of having an automated build configuration: it should detect what build options are actually required, not base this assumption on the platform. I.e. if a small program using appropriate Dasynq functionality can be linked without-lrtthen it should be assumed that-lrtisn't needed.