aboutsummaryrefslogtreecommitdiff
path: root/ports/libmysql/CONTROL
diff options
context:
space:
mode:
authorTobias Brückner <toxe@toxe.net>2020-02-29 06:56:22 +0100
committerGitHub <noreply@github.com>2020-02-28 21:56:22 -0800
commit64f7f2590dd71fa64a64287e330ef536606d213a (patch)
tree229fc3ba648484f03d766935dd54565fa5f64762 /ports/libmysql/CONTROL
parent053ade685f73da9fb87ebb8c30482880f09f9acd (diff)
downloadvcpkg-64f7f2590dd71fa64a64287e330ef536606d213a.tar.gz
vcpkg-64f7f2590dd71fa64a64287e330ef536606d213a.zip
[libmysql] Fix for missing "ADD_COMPILE_FLAGS" command (#10162)
* [libmysql] Apply patch to prevent configuration error in extra/re2 Configuration of the embedded extra/re2 produces an error on Mac with Clang: CMake Error at extra/re2/CMakeLists.txt:74 (ADD_COMPILE_FLAGS): Unknown CMake command "ADD_COMPILE_FLAGS". cmake/compile_flags.cmake was not included. * [libmysql] Remove empty directory /lib/plugin/debug after installation * [libmysql] Update version to 8.0.4-6 * [libmysql] Remove deprecated include(vcpkg_common_functions) * [libmysql] x64-osx is now expected to pass CI * [libmysql] Simplify copying of copyright file * [libmysql] Handle unsupported triplets with vcpkg_fail_port_install
Diffstat (limited to 'ports/libmysql/CONTROL')
-rw-r--r--ports/libmysql/CONTROL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/libmysql/CONTROL b/ports/libmysql/CONTROL
index 1195fecc2..f3791e9d5 100644
--- a/ports/libmysql/CONTROL
+++ b/ports/libmysql/CONTROL
@@ -1,5 +1,5 @@
Source: libmysql
-Version: 8.0.4-5
+Version: 8.0.4-6
Homepage: https://github.com/mysql/mysql-server
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.