Skip to content

Commit

Permalink
[libpq] Install msys2 autoconf-archive
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt committed May 7, 2023
1 parent 6a3dd08 commit da1fc66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ports/libpq/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ports/libpq/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit da1fc66

Please sign in to comment.