mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 04:59:00 +08:00
[libpq] no absolute paths (#23774)
This commit is contained in:
parent
98a971d30b
commit
0497767b46
@ -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)
|
||||
|
@ -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",
|
||||
|
@ -3870,7 +3870,7 @@
|
||||
},
|
||||
"libpq": {
|
||||
"baseline": "14.1",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"libpqxx": {
|
||||
"baseline": "7.6.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "0f614944d19861d7751cd9c880c6b61d87f36a3d",
|
||||
"version": "14.1",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "f33ace97e90816fb5aa827168d87aec2f1f95705",
|
||||
"version": "14.1",
|
||||
|
Loading…
Reference in New Issue
Block a user