diff options
| author | hlysunnaram <hlysunnaram@users.noreply.github.com> | 2018-10-04 08:09:42 +0200 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-10-03 23:09:42 -0700 |
| commit | 008c5d8668b9a0b42dee249057bac223a3e3f896 (patch) | |
| tree | 72acafe702337b9891ae33d23cff4a5f28814b4f /ports/libmysql/CONTROL | |
| parent | 0fe2068a564080e5470ffe00c455592e625a0fd1 (diff) | |
| download | vcpkg-008c5d8668b9a0b42dee249057bac223a3e3f896.tar.gz vcpkg-008c5d8668b9a0b42dee249057bac223a3e3f896.zip | |
Handle VCPKG_BUILD_TYPE (#4287)
* [curl] fix build failure when VCPKG_BUILD_TYPE is set
* [libmysql] fix build failure when VCPKG_BUILD_TYPE is set
* [openssl-windows] use VCPKG_BUILD_TYPE to build release or debug only
* [icu] use VCPKG_BUILD_TYPE to build release or debug only
* [gdal] use VCPKG_BUILD_TYPE to build release or debug only
* bump versions of curl, gdal, icu, libmysql and openssl-windows
Diffstat (limited to 'ports/libmysql/CONTROL')
| -rw-r--r-- | ports/libmysql/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/libmysql/CONTROL b/ports/libmysql/CONTROL index 6f856c607..007718af7 100644 --- a/ports/libmysql/CONTROL +++ b/ports/libmysql/CONTROL @@ -1,4 +1,4 @@ Source: libmysql -Version: 8.0.4-2 +Version: 8.0.4-3 Build-Depends: boost-algorithm, boost-geometry, boost-optional, boost-functional, boost-graph, openssl, icu, libevent, liblzma, lz4, zlib Description: A MySQL client library for C development. |
