databases/mysql56-server: Fix build with LibreSSL
- Fix CMake SSL detection
- Always set WITH_SSL=${OPENSSLBASE}Details
Details
- Reviewers
mmokhi - Commits
- rP432035: databases/mysql56-server: Fix build with LibreSSL
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 6925 Build 7113: arc lint + arc unit
Event Timeline
| databases/mysql56-client/files/patch-cmake_ssl.cmake | ||
|---|---|---|
| 2 | Using new variable (LIBRESSL_VERSION_NUMBER instead of OPENSSL_MAJOR_VERSION) is not necessary i guess, because the script will fill OPENSSL_MAJOR_VERSION with any found info inside $OPENSSL_BASE. Changing the name makes script much more readable though ;-) | |