[libmysql] Fix build with ncurses 6.5 (wide) (#49169)

This commit is contained in:
Kai Pastor
2025-12-31 00:44:37 +01:00
committed by GitHub
parent 76a382b7b8
commit d6054bff30
4 changed files with 8 additions and 1 deletions

View File

@@ -72,6 +72,7 @@ vcpkg_cmake_configure(
-DWITH_TEST_TRACE_PLUGIN=OFF
-DMYSQL_MAINTAINER_MODE=OFF
-DBUNDLE_RUNTIME_LIBRARIES=OFF
-DCURSES_NEED_WIDE=ON
-DDOWNLOAD_BOOST=OFF
-DWITH_AUTHENTICATION_KERBEROS=OFF
-DWITH_AUTHENTICATION_LDAP_DEFAULT=OFF

View File

@@ -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",

View File

@@ -5186,7 +5186,7 @@
},
"libmysql": {
"baseline": "8.0.40",
"port-version": 0
"port-version": 1
},
"libnice": {
"baseline": "0.1.22",

View File

@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ceb14e4e1b3226c3fccc6dd2ceb27d5b04124af6",
"version": "8.0.40",
"port-version": 1
},
{
"git-tree": "1fcb166c50b683fcbda07bec1e7bfb7c37234525",
"version": "8.0.40",