We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b2081c commit 4d6ca6eCopy full SHA for 4d6ca6e
configure
@@ -19,7 +19,7 @@ PKG_LIBS="-lpq"
19
# Extra checks on MacOS for SSL support in libpq
20
# command -v is probably fine: https://stackoverflow.com/a/677212/946850
21
if [ "`uname`" = Darwin ] && [ "`command -v pkg-config`" ]; then
22
- if pkg-config --atleast-version=12 libpq; then
+ if pkg-config --atleast-version=15 libpq; then
23
case "`pkg-config --libs --static libpq`" in
24
*crypto*)
25
echo "Local libpq has SSL support"
0 commit comments