mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
Include libpq-events header file (#4559)
* Include libpq-events header file Missing the libpq events header file. This file is needed to use the asynchronous libpq interfaces. * [libpq] Bump control version
This commit is contained in:
parent
7f6b4fed7e
commit
f21d4f17e4
@ -120,6 +120,7 @@ set(pg_libpq_interface
|
||||
${CMAKE_CURRENT_BINARY_DIR}/include/pg_config_ext.h
|
||||
${CMAKE_CURRENT_BINARY_DIR}/include/pg_config.h
|
||||
src/interfaces/libpq/libpq-fe.h
|
||||
src/interfaces/libpq/libpq-events.h
|
||||
)
|
||||
set(pg_libpq_catalog_interface
|
||||
src/include/catalog/pg_type.h
|
||||
@ -147,4 +148,4 @@ if(INSTALL_INCLUDES)
|
||||
install(FILES ${pg_libpq_interface} DESTINATION include)
|
||||
install(DIRECTORY src/include/libpq DESTINATION include)
|
||||
install(FILES ${pg_libpq_catalog_interface} DESTINATION include/catalog)
|
||||
endif()
|
||||
endif()
|
||||
|
@ -1,4 +1,4 @@
|
||||
Source: libpq
|
||||
Version: 9.6.1-4
|
||||
Version: 9.6.1-5
|
||||
Description: The official database access API of postgresql
|
||||
Build-Depends: openssl, zlib (linux)
|
||||
|
Loading…
x
Reference in New Issue
Block a user