diff options
| author | Joël Thieffry <jo@zerezo.com> | 2020-12-07 17:34:47 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-07 08:34:47 -0800 |
| commit | 066c6fd712a3b7015388de644e44faf9774f3641 (patch) | |
| tree | f718b10d122c607f781908301656b486001db7b5 /ports | |
| parent | 4cc7b3db86f4877e50de84c1dbf0b0a4ab5a57fd (diff) | |
| download | vcpkg-066c6fd712a3b7015388de644e44faf9774f3641.tar.gz vcpkg-066c6fd712a3b7015388de644e44faf9774f3641.zip | |
[ NASM ] Update version from 2.14.02 to 2.15.05 (#14970)
* Bump NASM version from 2.14.02 to 2.15.05
The previous version is not available anymore at https://fossies.org/windows/misc/nasm-2.14.02-win32.zip .
libjpeg-turbo builds fine now.
* [freetds] Disable parallel configure
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/freetds/portfile.cmake | 1 | ||||
| -rw-r--r-- | ports/freetds/vcpkg.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ports/freetds/portfile.cmake b/ports/freetds/portfile.cmake index 8cc487770..c3f0b5f94 100644 --- a/ports/freetds/portfile.cmake +++ b/ports/freetds/portfile.cmake @@ -30,6 +30,7 @@ endif() vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
+ DISABLE_PARALLEL_CONFIGURE
OPTIONS ${FEATURE_OPTIONS}
)
diff --git a/ports/freetds/vcpkg.json b/ports/freetds/vcpkg.json index d24a72769..b653876fc 100644 --- a/ports/freetds/vcpkg.json +++ b/ports/freetds/vcpkg.json @@ -1,6 +1,7 @@ { "name": "freetds", "version-string": "1.2.11", + "port-version": 1, "description": "Implementation of the Tabular Data Stream protocol", "homepage": "https://www.freetds.org", "supports": "windows & !uwp", |
