mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 20:50:41 +08:00
a5d23385e5
* [libmariadb] Include bundled zlib and openssl * Update ports/libmariadb/portfile.cmake * Update ports/libmariadb/CONTROL * Update ports/libmariadb/portfile.cmake * Update ports/libmariadb/portfile.cmake * Update ports/libmariadb/portfile.cmake Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
15 lines
394 B
Plaintext
15 lines
394 B
Plaintext
Source: libmariadb
|
|
Version: 3.1.7
|
|
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
|