diff --git a/ports/libmysql/portfile.cmake b/ports/libmysql/portfile.cmake index f25c1e0066e3a4..90ff77d46a9ba0 100644 --- a/ports/libmysql/portfile.cmake +++ b/ports/libmysql/portfile.cmake @@ -22,6 +22,13 @@ if (third_party) file(REMOVE_RECURSE ${third_party}) endif() +if(CMAKE_HOST_SYSTEM_NAME STREQUAL "Linux") + message("libmysql currently requires the following programs from the system package manager: + libtirpc-dev +On Ubuntu derivatives: + sudo apt install libtirpc-dev +") + #Skip the version check for Visual Studio set(FORCE_UNSUPPORTED_COMPILER "") if(VCPKG_TARGET_IS_WINDOWS) diff --git a/ports/libmysql/vcpkg.json b/ports/libmysql/vcpkg.json index cafaecce8832e2..b23c65520ef105 100644 --- a/ports/libmysql/vcpkg.json +++ b/ports/libmysql/vcpkg.json @@ -1,6 +1,7 @@ { "name": "libmysql", "version": "8.0.40", + "port-version": 1, "description": "A MySQL client library for C development", "homepage": "https://github.com/mysql/mysql-server", "license": "GPL-2.0-or-later", diff --git a/versions/baseline.json b/versions/baseline.json index c5db8207a739e6..de41bd64fda16b 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4858,7 +4858,7 @@ }, "libmysql": { "baseline": "8.0.40", - "port-version": 0 + "port-version": 1 }, "libnice": { "baseline": "0.1.22", diff --git a/versions/l-/libmysql.json b/versions/l-/libmysql.json index f1390ff1067116..61b46bb8ea5fe8 100644 --- a/versions/l-/libmysql.json +++ b/versions/l-/libmysql.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "ca48d9ee3ec01572228eb9e89f4aeb0fe28f8eaa", + "version": "8.0.40", + "port-version": 1 + }, { "git-tree": "1fcb166c50b683fcbda07bec1e7bfb7c37234525", "version": "8.0.40",