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

qt5: fix build with Darwin sandbox enabled #234122

Merged
merged 3 commits into from
Jun 15, 2023

Commits on Jun 14, 2023

  1. qt5.qtbase: fix build with Darwin sandbox enabled

    Qt requires access to the system ICU data due to its linking against
    the system CoreFoundation and invoking CF APIs that tries to access it.
    This manifests as a crash during build when it fails to access the data.
    reckenrode committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    9065884 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. qtpass: fix build with Darwin sandbox enabled

    Co-authored-by: toonn <toonn@toonn.io>
    reckenrode and toonn committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    d014e56 View commit details
    Browse the repository at this point in the history
  2. qtkeychain: fix build with Darwin sandbox enabled

    Co-authored-by: toonn <toonn@toonn.io>
    reckenrode and toonn committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    71fc5f5 View commit details
    Browse the repository at this point in the history