From cb488d840739c8cf460d5f6ad5c566afaec51fd4 Mon Sep 17 00:00:00 2001 From: Charles Barto Date: Fri, 11 Nov 2016 00:55:55 -0500 Subject: [PATCH] added libpq port --- ports/libpq/CMakeLists.txt | 2 +- ports/libpq/CONTROL | 2 +- ports/libpq/portfile.cmake | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ports/libpq/CMakeLists.txt b/ports/libpq/CMakeLists.txt index 19b8787b9..8d222924a 100644 --- a/ports/libpq/CMakeLists.txt +++ b/ports/libpq/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.5) project(libpq VERSION 9.6.1 LANGUAGES C) -#set(CMAKE_DEBUG_POSTFIX "d") + find_package(OpenSSL REQUIRED) configure_file(${CMAKE_CURRENT_LIST_DIR}/src/include/pg_config.h.win32 ${CMAKE_CURRENT_LIST_DIR}/src/include/pg_config.h) configure_file(${CMAKE_CURRENT_LIST_DIR}/src/include/pg_config_ext.h.win32 ${CMAKE_CURRENT_LIST_DIR}/src/include/pg_config_ext.h) diff --git a/ports/libpq/CONTROL b/ports/libpq/CONTROL index 386588680..580a06857 100644 --- a/ports/libpq/CONTROL +++ b/ports/libpq/CONTROL @@ -1,4 +1,4 @@ Source: libpq Version: 9.6.1 Description: The official database access API of postgresql -Build-Depends: openssl \ No newline at end of file +Build-Depends: openssl diff --git a/ports/libpq/portfile.cmake b/ports/libpq/portfile.cmake index 14748a1da..6d5d91055 100644 --- a/ports/libpq/portfile.cmake +++ b/ports/libpq/portfile.cmake @@ -28,4 +28,4 @@ vcpkg_install_cmake() file(COPY ${SOURCE_PATH}/COPYRIGHT DESTINATION ${CURRENT_PACKAGES_DIR}/share/libpq) file(RENAME ${CURRENT_PACKAGES_DIR}/share/libpq/COPYRIGHT ${CURRENT_PACKAGES_DIR}/share/libpq/copyright) -vcpkg_copy_pdbs() \ No newline at end of file +vcpkg_copy_pdbs()