Skip to content

Commit 858eb4b

Browse files
committed
Use pkg-config first, then fall back to pg_config
Since recent releases of PostgreSQL using pg_config for non-server extensions is discouraged. This is why pg_config gets phased out of client library development packages.
1 parent 485341c commit 858eb4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

postgresql-libpq.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ Custom-setup
4242
-- If true, use pkg-config, otherwise use the pg_config based build
4343
-- configuration
4444
Flag use-pkg-config
45-
default: False
46-
manual: True
45+
default: True
46+
manual: False
4747

4848
Library
4949
hs-source-dirs: src

0 commit comments

Comments
 (0)