-
Notifications
You must be signed in to change notification settings - Fork 912
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
configure: Use pg_config to locate the library location too
Also, allow the pg_config binary to be specified through the PG_CONFIG environment variable, defaulting to 'pg_config' if unset. Explicitly setting PG_CONFIG to an empty string will forcibly disable PostgreSQL support, even if a PostgreSQL library is installed. Changelog-Fixed: build: On systems with multiple installed versions of the PostgreSQL client library, C-Lightning might link against the wrong version or fail to find the library entirely. `./configure` now uses `pg_config` to locate the library.
- Loading branch information
1 parent
dd8cd81
commit 94472f6
Showing
2 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters