[CONC-224] cmake -DWITH_SSL=OFF not working Created: 2017-01-02 Updated: 2018-05-09 Resolved: 2017-01-11 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C |
| Component/s: | None |
| Affects Version/s: | 3.0.1 |
| Fix Version/s: | 3.0.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Jarosław Siebert | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Linux |
||
| Issue Links: |
|
||||||||
| Description |
|
Before 3th December 2016 I could compile mariadb-connector-c without SSL support. I used to setup compilation process with cmake: |
| Comments |
| Comment by Georg Richter [ 2017-01-02 ] |
|
Hi Jaroslav, since MariaDB Server 10.2 Connector/C 3.0 is included in server package which requires TLS/SSL as mandatory (Connector/C replaced libmysql) - I agree that we need for standalone Connector/C an option to build without TLS/SSL (especially for embedded devices which prefer a small library). |
| Comment by Jarosław Siebert [ 2017-01-05 ] |
|
Hi Georg, |
| Comment by Georg Richter [ 2017-01-11 ] |
|
Pushed to master (rev. 65d2c4192167e321a1dc4392d92c9870d37c058a) |