aboutsummaryrefslogtreecommitdiff
path: root/ports/libmariadb
AgeCommit message (Collapse)Author
2018-10-20[libmariadb] Fix /MD for static libs. Fixes #4493.Robert Schumacher
2018-10-12[gdal] update port to 2.3.2 and mysql support as port feature (#4413)hlysunnaram
* [gdal] update port from 2.3.0 to 2.3.2 * [libmariadb] fix build failure when VCPKG_BUILD_TYPE is set * [gdal] remove libmysql dependency from port core to allow x86 build * create new port features: mysql-libmysql and mysql-libmariadb * add mysql-libmysql as default feature: to build on x86, install gdal[core] or gdal[core,mysql-libmariadb] if mysql support is needed
2018-03-14[libmariadb] Use vcpkg_from_github() and improve conflict checkRobert Schumacher
2017-10-20Fix static build.Christophe Guebert
2017-10-20[libmariadb] Update to 3.0.2Christophe Guebert
2017-09-09vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵Alexander Karatarakis
libs (/Z7)
2017-01-25Update CONTROLOlaf van der Spek
2017-01-25[libmariadb] rollback conflict with libmysqlflysha
2017-01-20[libmariadb] upgrade to 2.3.2sdcb
1. upgrade package to 2.3.2 2. enable static build support 3. do not block with libmysql
2016-11-08If portfile is not static-enabled yet, warn and then build dynamicAlexander Karatarakis
The opposite if portfile is not dynamic enabled
2016-11-08triplet is now automatically included before portfiles.Alexander Karatarakis
Also remove trailing whitespaces from portfiles
2016-10-26[libmariadb] Mark as not supporting static yetAlexander Karatarakis
2016-10-16Add libmariadb.flysha