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
-
Activity
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | In Progress [ 3 ] |
Fix Version/s | 3.0.1 [ 21501 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Workflow | MariaDB connectors [ 79049 ] | MariaDB v4 [ 161043 ] |
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).