mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 13:54:46 +08:00
[pqxx] Don't use default features for libpq (#27232)
This commit is contained in:
parent
b56ba11274
commit
2db697c807
@ -1,11 +1,15 @@
|
||||
{
|
||||
"name": "libpqxx",
|
||||
"version": "7.7.3",
|
||||
"port-version": 1,
|
||||
"description": "The official C++ client API for PostgreSQL",
|
||||
"homepage": "https://www.postgresql.org/",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": [
|
||||
"libpq",
|
||||
{
|
||||
"name": "libpq",
|
||||
"default-features": false
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
|
@ -4086,7 +4086,7 @@
|
||||
},
|
||||
"libpqxx": {
|
||||
"baseline": "7.7.3",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"libprotobuf-mutator": {
|
||||
"baseline": "1.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "80df17c2607ce1c8e29014ae165b64c495be1f5c",
|
||||
"version": "7.7.3",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "da2e393b9844105fa00c800afb44bc93541dcb00",
|
||||
"version": "7.7.3",
|
||||
|
Loading…
x
Reference in New Issue
Block a user