[CONCPP-117] Add static library build and add it to the packages Created: 2023-12-13 Updated: 2023-12-22 Resolved: 2023-12-18 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C++ |
| Component/s: | General |
| Affects Version/s: | None |
| Fix Version/s: | 1.0.3, 1.1.3 |
| Type: | New Feature | Priority: | Major |
| Reporter: | Lawrin Novitsky | Assignee: | Lawrin Novitsky |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | 0d | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
Recently a PR has been merged enabling optional build of static lib instead of dynamic. It would be better to build and package them both. |
| Comments |
| Comment by Lawrin Novitsky [ 2023-12-18 ] |
|
Static library is now always build along with shared library. It's name is mariadbcpp-static.(lib|a). |