diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2021-02-19 13:06:34 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-19 13:06:34 -0800 |
| commit | 99dc49dae7e170c3be63dd097230007f3bb73c4f (patch) | |
| tree | 160b9d71d2afac0d072251e663c7638fd4bb00d3 /ports/soci/CONTROL | |
| parent | eb1ba2a1130bfc782402c57a0a5a4e5d33321d9b (diff) | |
| download | vcpkg-99dc49dae7e170c3be63dd097230007f3bb73c4f.tar.gz vcpkg-99dc49dae7e170c3be63dd097230007f3bb73c4f.zip | |
[soci] Fix feature mysql (#16296)
* [soci] Fix feature mysql
* update version record
Diffstat (limited to 'ports/soci/CONTROL')
| -rw-r--r-- | ports/soci/CONTROL | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/ports/soci/CONTROL b/ports/soci/CONTROL deleted file mode 100644 index 0a6a291bb..000000000 --- a/ports/soci/CONTROL +++ /dev/null @@ -1,24 +0,0 @@ -Source: soci -Version: 4.0.1 -Port-Version: 1 -Homepage: https://github.com/SOCI/soci -Description: SOCI database access library - -Feature: boost -Build-Depends: boost-date-time, boost-fusion, boost-optional, boost-preprocessor, boost-tuple -Description: Integration with Boost - -Feature: sqlite3 -Build-Depends: sqlite3 -Description: Build sqlite3 backend - -Feature: postgresql -Build-Depends: libpq -Description: Build postgresql backend - -Feature: odbc -Description: Build odbc backend - -Feature: mysql -Build-Depends: libmysql -Description: Build mysql backend |
