mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 14:18:49 +08:00
256c8d6ac6
* Fix pkgconfig for windows debug build. Re-allow tool feature on non windows platforms * Fix tool feature * Modified debug/release prvate libs according to https://github.com/microsoft/vcpkg/pull/14350#discussion_r520444862 Added vcpkg_fixup_pkgconfig() according to https://github.com/microsoft/vcpkg/pull/14350#discussion_r520435718 * Delete portfile.cmake.orig * Fix pkgconfig * Revert "Fix pkgconfig" This reverts commit cb4da8bcc5e92248c20065f34d5e5d1d88a0e5d4. * Bump port version to 3 * add missing system libs for windows. made case type coherent for ws2_32 * Fix build on x64-linux triplet * Reverted ws2_32 to Ws2_32 as discudssed in https://github.com/microsoft/vcpkg/pull/14350#discussion_r525893479 * More fixes for Linux build with features * Fix for feature c-ares * Formatting * First fix attemps for https://github.com/microsoft/vcpkg/issues/14681 * More fix for https://github.com/microsoft/vcpkg/issues/14681 (Windows only for now) * Add brotli dependcy when brotli feature is enabled * Fixed indentation Co-authored-by: Phoebe Ma <v-phma@microsoft.com>
55 lines
1.2 KiB
Plaintext
55 lines
1.2 KiB
Plaintext
Source: curl
|
|
Version: 7.73.0
|
|
Port-Version: 4
|
|
Build-Depends: zlib
|
|
Homepage: https://github.com/curl/curl
|
|
Description: A library for transferring data with URLs
|
|
Default-Features: ssl, non-http
|
|
|
|
Feature: tool
|
|
Description: Builds curl executable
|
|
|
|
Feature: non-http
|
|
Description: Enables protocols beyond HTTP/HTTPS/HTTP2
|
|
|
|
Feature: http2
|
|
Build-Depends: nghttp2, curl[core,ssl]
|
|
Description: HTTP2 support
|
|
|
|
Feature: ssl
|
|
Build-Depends: curl[core,openssl] ((uwp|!windows)&!osx), curl[core,winssl] (windows&!uwp), curl[core,sectransp] (osx)
|
|
Description: Default SSL backend
|
|
|
|
Feature: ssh
|
|
Build-Depends: curl[core,openssl], libssh2, curl[core,non-http]
|
|
Description: SSH support via libssh2
|
|
|
|
Feature: openssl
|
|
Build-Depends: openssl
|
|
Description: SSL support (OpenSSL)
|
|
|
|
Feature: schannel
|
|
Description: SSL support (Secure Channel)
|
|
Build-Depends: curl[core,sspi]
|
|
|
|
Feature: winssl
|
|
Description: Legacy name for schannel
|
|
Build-Depends: curl[schannel]
|
|
|
|
Feature: mbedtls
|
|
Build-Depends: mbedtls
|
|
Description: SSL support (mbedTLS)
|
|
|
|
Feature: sectransp
|
|
Description: SSL support (sectransp)
|
|
|
|
Feature: c-ares
|
|
Build-Depends: c-ares
|
|
Description: c-ares support
|
|
|
|
Feature: sspi
|
|
Description: SSPI support
|
|
|
|
Feature: brotli
|
|
Build-Depends: brotli
|
|
Description: brotli support (brotli) |