Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile: use pkg-config to detect libusb on macOS #197

Merged
merged 1 commit into from
Oct 6, 2022

Commits on Aug 16, 2022

  1. Makefile: use pkg-config to detect libusb on macOS

    Some versions of librtlsdr (including the version installed by Homebrew
    bottle) wrongly declare -lusb-1.0 in its pkg-config file's Libs section.
    On Apple Silicon Macs, Homebrew installs libusb dylibs in /opt/homebrew/lib,
    which is not a known path for linkers and causes build failure. Some people
    reported this linker problem in flightaware#166, flightaware#181. This should fix it.
    
    For the redundant -lusb-1.0 problem, also see:
    https://gitea.osmocom.org/sdr/rtl-sdr/commit/222517b506278178ab93182d79ccf7eb04d107ce
    sdlyyxy committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    02d60c1 View commit details
    Browse the repository at this point in the history