diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2020-03-26 11:43:02 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-25 20:43:02 -0700 |
| commit | d98696de851170a5ac24da346b2656023f8db370 (patch) | |
| tree | 6d7fd7be49dc48173fd1725c0dbd696c95a213a6 /ports/intel-ipsec | |
| parent | 42ad12f91d62a6533d909d8b5ee3a46009c2a10a (diff) | |
| download | vcpkg-d98696de851170a5ac24da346b2656023f8db370.tar.gz vcpkg-d98696de851170a5ac24da346b2656023f8db370.zip | |
[vcpkg baseline] Fix CI test (#10508)
* re-trigger ci test
* [kealib] Switch repo to github
* [mongo-c-driver] Set icu as a feature
* [monkeys-audio] Update version to 5.24
* [mongo-c-driver] Fix arm build
* [mongo-c-driver] Re-generate patch
* [mongo-c-driver] Remove key word PRIVATE in patch
* [llvm] Remove default feature tools
* [llvm] Add judgment to install tools
* [llvm] Add more condition
* [llvm] Fix clang cmake files when selecting feature tools
* [halide] Fix build depends info in CONTROL
* update baseline
Diffstat (limited to 'ports/intel-ipsec')
| -rw-r--r-- | ports/intel-ipsec/CONTROL | 3 | ||||
| -rw-r--r-- | ports/intel-ipsec/portfile.cmake | 6 |
2 files changed, 3 insertions, 6 deletions
diff --git a/ports/intel-ipsec/CONTROL b/ports/intel-ipsec/CONTROL index 0056f00f0..c5b495a37 100644 --- a/ports/intel-ipsec/CONTROL +++ b/ports/intel-ipsec/CONTROL @@ -1,4 +1,3 @@ Source: intel-ipsec -Version: 0.52 +Version: 0.52-1 Description: Intel(R) Multi-Buffer Crypto for IPsec Library - diff --git a/ports/intel-ipsec/portfile.cmake b/ports/intel-ipsec/portfile.cmake index 988e25219..501239b70 100644 --- a/ports/intel-ipsec/portfile.cmake +++ b/ports/intel-ipsec/portfile.cmake @@ -1,6 +1,4 @@ -INCLUDE(vcpkg_common_functions) - -IF (NOT VCPKG_CMAKE_SYSTEM_NAME) +IF (VCPKG_TARGET_IS_WINDOWS) SET(EXEC_ENV "Windows") ELSE () SET(EXEC_ENV "${VCPKG_CMAKE_SYSTEM_NAME}") @@ -59,4 +57,4 @@ FILE(INSTALL ${CMAKE_CURRENT_LIST_DIR}/intel-ipsecConfig.cmake DESTINATION ${CUR FILE(INSTALL ${CMAKE_CURRENT_LIST_DIR}/usage DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT}) FILE(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) -VCPKG_TEST_CMAKE(PACKAGE_NAME ${PORT}) +#VCPKG_TEST_CMAKE(PACKAGE_NAME ${PORT}) |
