summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/sql/configure.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sql/configure.json b/src/sql/configure.json
index 5476d419ed..96c82e84f9 100644
--- a/src/sql/configure.json
+++ b/src/sql/configure.json
@@ -69,6 +69,7 @@
"label": "PostgreSQL",
"test": "unix/psql",
"sources": [
+ { "type": "pkgConfig", "args": "libpq" },
{ "type": "psqlConfig" },
{ "type": "psqlEnv", "libs": "-llibpq -lws2_32 -ladvapi32", "condition": "config.win32" },
{ "type": "psqlEnv", "libs": "-lpq", "condition": "!config.win32" }