aboutsummaryrefslogtreecommitdiff
path: root/ports/libpq/CONTROL
diff options
context:
space:
mode:
authorJackie Ng <jumpinjackie@gmail.com>2019-05-07 03:46:58 +1000
committerVictor Romero <romerosanchezv@gmail.com>2019-05-06 10:46:58 -0700
commit7028438a759bdaa9bdfa79986c752b0fbeca1c8d (patch)
tree8d3b27918fdb0d06ff7f7fdccd76b7cd0ca5fd22 /ports/libpq/CONTROL
parentd70c4e356cd999a24620b6565c3e4f8a24514ba5 (diff)
downloadvcpkg-7028438a759bdaa9bdfa79986c752b0fbeca1c8d.tar.gz
vcpkg-7028438a759bdaa9bdfa79986c752b0fbeca1c8d.zip
[libpq]: Fix linkage with static openssl (#6309)
* [libpq]: Add crypt32 to linker set. This allows libpq to link against static openssl. * Bump portfile version
Diffstat (limited to 'ports/libpq/CONTROL')
-rw-r--r--ports/libpq/CONTROL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/libpq/CONTROL b/ports/libpq/CONTROL
index ac0793b13..54b2259e8 100644
--- a/ports/libpq/CONTROL
+++ b/ports/libpq/CONTROL
@@ -1,4 +1,4 @@
Source: libpq
-Version: 9.6.1-6
+Version: 9.6.1-7
Description: The official database access API of postgresql
Build-Depends: openssl, zlib (linux)