[libpq] no absolute paths (#23774)

This commit is contained in:
autoantwort 2022-03-31 19:56:04 +02:00 committed by GitHub
parent 98a971d30b
commit 0497767b46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 1 deletions

View File

@ -368,6 +368,9 @@ else()
else()
set(USE_DL ON)
endif()
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/include/postgresql/server/pg_config.h" "#define CONFIGURE_ARGS" "// #define CONFIGURE_ARGS")
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/include/pg_config.h" "#define CONFIGURE_ARGS" "// #define CONFIGURE_ARGS")
endif()
configure_file("${CMAKE_CURRENT_LIST_DIR}/vcpkg-cmake-wrapper.cmake" "${CURRENT_PACKAGES_DIR}/share/postgresql/vcpkg-cmake-wrapper.cmake" @ONLY)

View File

@ -1,6 +1,7 @@
{
"name": "libpq",
"version": "14.1",
"port-version": 1,
"description": "The official database access API of postgresql",
"homepage": "https://www.postgresql.org/",
"license": "PostgreSQL",

View File

@ -3870,7 +3870,7 @@
},
"libpq": {
"baseline": "14.1",
"port-version": 0
"port-version": 1
},
"libpqxx": {
"baseline": "7.6.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "0f614944d19861d7751cd9c880c6b61d87f36a3d",
"version": "14.1",
"port-version": 1
},
{
"git-tree": "f33ace97e90816fb5aa827168d87aec2f1f95705",
"version": "14.1",