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

postgresql_jit.pkgs.postgis: fix build on darwin #342369

Merged
merged 1 commit into from
Sep 21, 2024

Commits on Sep 19, 2024

  1. postgresql_jit.pkgs.postgis: fix build on darwin

    We introduced LTO in NixOS#294504. At that time, we still needed to use LLVM
    / lld to make this work on darwin. For this to work for extensions, they
    would need to set CFLAGS=-fuse-ld=lld, too. However, since NixOS#307880
    landed, we don't need to do this anymore in the first place, LTO just
    works out of the box on darwin.
    
    Resolves NixOS#342362
    wolfgangwalther committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    cd85a62 View commit details
    Browse the repository at this point in the history