Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
3.0.1
-
None
-
None
-
Linux
Description
Before 3th December 2016 I could compile mariadb-connector-c without SSL support. I used to setup compilation process with cmake:
cmake -DWITH_SSL=OFF ..
When I did it today with sources from git, the build process found that I have OpenSSL and ignored my -DWITH_SSL=OFF option. AS a result I get libraries with
OpenSSL support compiled in it. How could I force build process to not include support for ssl?
Attachments
Issue Links
- relates to
-
CONC-330 cmake -DWITH_SSL=OFF not working
-
- Closed
-
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).