diff options
| author | Andrei Lebedev <lebdron@gmail.com> | 2020-09-24 22:29:13 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-24 12:29:13 -0700 |
| commit | 8d4fd6df85e94e8658f512418027ff7d66857b15 (patch) | |
| tree | ee0a30c0f000afbaa6205ed3dc3edaa1c5111e49 /ports/libpq/CONTROL | |
| parent | c6fbdb0c5d03429e40b8990e1637b57290a283f3 (diff) | |
| download | vcpkg-8d4fd6df85e94e8658f512418027ff7d66857b15.tar.gz vcpkg-8d4fd6df85e94e8658f512418027ff7d66857b15.zip | |
[vcpkg, libpq] separate static and shared library installations (#13491)
* [vcpkg] add missing Makefile flag for install step
Signed-off-by: Andrei Lebedev <lebdron@gmail.com>
* [libpq] add custom Makefile to install only required targets
Signed-off-by: Andrei Lebedev <lebdron@gmail.com>
Diffstat (limited to 'ports/libpq/CONTROL')
| -rw-r--r-- | ports/libpq/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/libpq/CONTROL b/ports/libpq/CONTROL index e42dd5f5e..ab2447379 100644 --- a/ports/libpq/CONTROL +++ b/ports/libpq/CONTROL @@ -1,6 +1,6 @@ Source: libpq Version: 12.2 -Port-Version: 6 +Port-Version: 7 Build-Depends: libpq[bonjour] (osx) Supports: !uwp Homepage: https://www.postgresql.org/ |
