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