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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions