Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • E exempi
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 9
    • Issues 9
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • libopenraw
  • exempi
  • Merge requests
  • !7

Only link libdl and librt where required

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Alyssa Ross requested to merge qyliss/exempi:AC_SEARCH_LIBS into master Jan 19, 2023
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 1

BSDs do not have libdl at all, so would fail to link. This patch fixes the build for FreeBSD.

Even on modern Glibc libdl and librt are empty libraries provided only for backwards compatibility, because the corresponding functionality has moved into libc.

Edited Jan 19, 2023 by Alyssa Ross
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: AC_SEARCH_LIBS