From da1fc661a00c895bc7ec8621fbbfdc53f581a89a Mon Sep 17 00:00:00 2001 From: Kai Pastor Date: Sun, 7 May 2023 20:14:53 +0200 Subject: [PATCH] [libpq] Install msys2 autoconf-archive --- ports/libpq/portfile.cmake | 3 ++- ports/libpq/vcpkg.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ports/libpq/portfile.cmake b/ports/libpq/portfile.cmake index 4b704a915ae989..03ea76aa63d79a 100644 --- a/ports/libpq/portfile.cmake +++ b/ports/libpq/portfile.cmake @@ -305,10 +305,11 @@ else() list(APPEND BUILD_OPTS "PG_SYSROOT=${VCPKG_DETECTED_CMAKE_OSX_SYSROOT}") endif() vcpkg_configure_make( - AUTOCONFIG SOURCE_PATH "${SOURCE_PATH}" COPY_SOURCE DETERMINE_BUILD_TRIPLET + AUTOCONFIG + ADDITIONAL_MSYS_PACKAGES autoconf-archive OPTIONS ${BUILD_OPTS} OPTIONS_RELEASE diff --git a/ports/libpq/vcpkg.json b/ports/libpq/vcpkg.json index 6e5fea70597291..fab511e7a506a3 100644 --- a/ports/libpq/vcpkg.json +++ b/ports/libpq/vcpkg.json @@ -1,7 +1,7 @@ { "name": "libpq", "version": "15.2", - "port-version": 3, + "port-version": 4, "description": "The official database access API of postgresql", "homepage": "https://www.postgresql.org/", "license": "PostgreSQL",