aboutsummaryrefslogtreecommitdiff
path: root/ports/libpq/CONTROL
diff options
context:
space:
mode:
authorras0219 <533828+ras0219@users.noreply.github.com>2020-10-22 21:56:51 -0700
committerGitHub <noreply@github.com>2020-10-22 21:56:51 -0700
commitde299679d984fe7aa945d3d66f8dec2729dc0304 (patch)
tree056e2e77d75cbaa1c6de8b2d145b0e36d96f66f4 /ports/libpq/CONTROL
parentd6032b525870f30d21aeb144e655a8e8fcba8736 (diff)
downloadvcpkg-de299679d984fe7aa945d3d66f8dec2729dc0304.tar.gz
vcpkg-de299679d984fe7aa945d3d66f8dec2729dc0304.zip
[libpq] Fix incidental linkage of DL on windows platforms. (#14172)
Previously, detecting the presence of the dlfcn-win32 library resulted in an incorrect `-ldl` injection. Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'ports/libpq/CONTROL')
-rw-r--r--ports/libpq/CONTROL4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/libpq/CONTROL b/ports/libpq/CONTROL
index ab2447379..f55423ec5 100644
--- a/ports/libpq/CONTROL
+++ b/ports/libpq/CONTROL
@@ -1,7 +1,7 @@
Source: libpq
Version: 12.2
-Port-Version: 7
-Build-Depends: libpq[bonjour] (osx)
+Port-Version: 8
+Build-Depends: libpq[core,bonjour] (osx)
Supports: !uwp
Homepage: https://www.postgresql.org/
Description: The official database access API of postgresql