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

haskellPackages.postgresql-libpq: Use pkg-config instead of pg_config to find libpq #286370

Commits on Feb 7, 2024

  1. haskellPackages.postgresql-libpq: Use pkg-config instead of pg_config…

    … to find libpq
    
    During configure, postgresql-libpq's Setup.hs will try to execute pg_config to
    find libpq. This will not work when cross-compiling, because pg_config was compiled
    for the target system, but needs to run on the host.
    
    The "use-pkg-config" flag allows to do this via pkg-config instead, which works
    better in those cases.
    wolfgangwalther committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    8649033 View commit details
    Browse the repository at this point in the history