Skip to content

'configure' should detect need for linking with "-lrt" rather than basing it on platform #551

Description

@davmac314

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions