mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-07 02:48:25 +08:00
74844c7546
* [libmysql/libmariadb] Add vcpkg-cmake-wrapper and usage * [libmysql] Export target unofficial-libmysql * [libmariadb] Export target unofficial-libmariadb * Add conditions * Remove empty folder * [libmysql] Enable static build, generate library mysqlclient * Update ports/libmysql/CONTROL * [libmysql] Re-write portfile.cmake * [vcpkg_clean_executables_in_bin] clean up the pdbs * [libmysql] Fix tools on non-Windows * [libmysql] Fix tools, fix wrapper * [libmysql] Add macro libmysql_FOUND * [vcpkg_clean_executables_in_bin] Revert changes * [libmysql] Export unofficial-libmysql on both dynamic and static * Update ports/libmariadb/export-cmake-targets.patch Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com> Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
18 lines
483 B
Plaintext
18 lines
483 B
Plaintext
Source: libmariadb
|
|
Version: 3.1.10
|
|
Port-Version: 2
|
|
Homepage: https://github.com/MariaDB/mariadb-connector-c
|
|
Description: MariaDB Connector/C is used to connect C/C++ applications to MariaDB and MySQL databases
|
|
Default-Features: zlib, openssl
|
|
|
|
Feature: zlib
|
|
Build-Depends: zlib
|
|
Description: Use internal zlib
|
|
|
|
Feature: openssl
|
|
Build-Depends: openssl
|
|
Description: Enable SSL support
|
|
|
|
Feature: iconv
|
|
Build-Depends: libiconv
|
|
Description: Enables character set conversion |