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

Do not use uuid from util-linux on MacOS #488

Merged
merged 3 commits into from
Jan 21, 2022
Merged

Do not use uuid from util-linux on MacOS #488

merged 3 commits into from
Jan 21, 2022

Commits on Jan 21, 2022

  1. Do not use uuid from util-linux on MacOS

    It appears that we might have been compiling with a uuid.h from the
    MacOS base / SDK but linked with uuid from util-linu and this might be
    the cause of certain segfaults.
    
    Looks like we don't need -luuid on Mac, it works anyway, so trying to
    align so we get the same version of headers and library by ditching use
    of util-linux libuuid on Mac. We still use it on Linux!
    plajjan committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    ad0c852 View commit details
    Browse the repository at this point in the history
  2. Do not install util-linux on MacOS

    It's not needed anymore, we use the native uuid lib on MacOS.
    plajjan committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    97ec316 View commit details
    Browse the repository at this point in the history
  3. Update changelog

    plajjan committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    5ec4318 View commit details
    Browse the repository at this point in the history