mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-13 07:28:07 +08:00
db0ec30af6
* [libmariadb] update to the 3.1.12 * update version * Add keyword FEATURES * update version
17 lines
466 B
Plaintext
17 lines
466 B
Plaintext
Source: libmariadb
|
|
Version: 3.1.12
|
|
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 |