vcpkg/scripts
Jesse Towner 9d80704127
[woff2] fix for static linking and alternative compiler toolchains (#16392)
* [woff2] fix static linking and alternate toolchain

First, this change teaches the woff2 CMake configuration to
understand the vcpkg's custom unofficial-brotli pkg-config
configuration in order to support static linking. This fixes a
build failure on x64-linux or other triplets when
VCPKG_LIBRARY_LINKAGE is set to static.

Secondly, the CANONICAL_PREFIXES option for the woff2 CMake
configuration has been changed to be on by default, otherwise
custom triplets or toolchains using alternate compilers such as
Clang/LLVM or other versions of GCC will fail.
Leaving CANONICAL_PREFIXES set to OFF causes
-no-canonical-prefixes to be passed to the compiler, which
prevents symlinked compiler toolchains from working correctly.
If a user does actually need non-canonical prefixes, chances are
they will have a custom triplet or toolchain file that passes in
-no-canonical-prefixes as a CFLAG for every port, and so setting
it to ON here is a better default for vcpkg.

* [woff2] update versions

* [woff2] update control file

* [woff2] update versions

* [woff2] update ci.baseline.txt

* Update ports/woff2/0001-unofficial-brotli.patch

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>

* [woff2] regenerate 0001-unofficial-brotli.patch file

* [woff2] update versions

* [woff2] regenerate 0001-unofficial-brotli.patch file attempt #2

* [woff2] update versions

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2021-04-07 14:22:28 -07:00
..
azure-pipelines [many ports] Apply host dependencies (#16479) 2021-03-26 12:55:34 -07:00
boost [many ports] Apply host dependencies (#16479) 2021-03-26 12:55:34 -07:00
buildsystems [vcpkg/meson] fix some details (#15756) 2021-03-31 11:54:44 -07:00
cmake fix VCPKG_CROSSCOMPILING (#17068) 2021-04-07 12:51:40 -07:00
detect_compiler Print more verbose compiler detection info (#14188) 2020-10-23 20:54:36 -07:00
get_cmake_vars [vcpkg] Convert env vars slash if host is Win32 (#16927) 2021-04-07 13:17:04 -07:00
ifw [vcpkg-export-ifw] Maintenance Tool 2017-10-05 21:24:32 +03:00
posh-vcpkg/0.0.1 [vcpkg] Initial commit of powershell integration 2017-10-14 01:45:28 -07:00
templates Delete use of vcpkg_test_cmake and vcpkg_common_functions. (#13065) 2020-10-28 14:18:07 -07:00
test_ports [ffmpeg] Add support for dav1d,fontconfig,freetype,fribidi,ilbc,modplug,opengl,openjpeg,libssh,tensorflow,tesseract,webp,libxml2 dependencies. (#15787) 2021-04-07 10:06:55 -07:00
testing/version-files format vcpkg.json testing files (#17120) 2021-04-07 12:23:20 -07:00
toolchains [mingw] Remove executable extension on non-Windows hosts (#15282) 2020-12-26 22:19:16 -08:00
addPoshVcpkgToPowershellProfile.ps1 [vcpkg, jsonnet, openssl-uwp] Enable use of the system powershell-core if it is present. (#13805) 2020-10-27 20:48:14 -07:00
bootstrap.ps1 [vcpkg-tool] Publish release 2021-02-24-d67989bce1043b98092ac45996a8230a059a2d7e (#16400) 2021-02-26 12:06:44 -08:00
bootstrap.sh [vcpkg-tool] Publish release 2021-02-24-d67989bce1043b98092ac45996a8230a059a2d7e (#16400) 2021-02-26 12:06:44 -08:00
build_info.cmake [llvm] install tools in tools/llvm (#14399) 2020-11-12 17:31:34 -08:00
ci.baseline.txt [woff2] fix for static linking and alternative compiler toolchains (#16392) 2021-04-07 14:22:28 -07:00
file_script.py [vcpkg-ci] Always publish file lists (#12384) 2020-07-13 12:14:51 -07:00
generateBaseline.py [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
generatePortVersionsDb.py [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
ports.cmake [host dependencies] add support in the scripts (#16627) 2021-03-10 15:33:16 -08:00
tls12-download.exe [vcpkg] Change scripts/tls12-download.exe mode from 100644 to 100755 (#16211) (#16212) 2021-02-18 14:43:16 -08:00
vcpkg_completion.bash [autocomplete] Add tab-completion support for bash 2018-12-13 14:02:02 -08:00
vcpkg_completion.fish [vcpkg] Add tab completion for Fish (#14206) 2020-11-02 17:25:43 -08:00
vcpkg_get_dep_info.cmake [vcpkg] Add Supports: field. Use contents of triplets instead of names for dependency resolution. (#8601) 2020-02-03 14:22:52 -08:00
vcpkg_get_tags.cmake [vcpkg] VCPKG_ENV_PASSTHROUGH_UNTRACKED (#15115) 2020-12-17 11:35:08 -08:00
vcpkg.schema.json [many ports] Apply host dependencies (#16479) 2021-03-26 12:55:34 -07:00
vcpkgTools.xml Upgrade to Python 3.9.2 to avoid CVE-2021-3177 and CVE-2021-23336 (#16428) 2021-03-01 16:23:36 -08:00