Add mysql build-fix hook

This commit is contained in:
Your Name 2016-10-16 17:45:35 +02:00
parent 1c26ec11c8
commit dd4ba4eaf9
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
#!/bin/bash
if [[ "${CATEGORY}/${PN}" == "dev-db/mysql" ]] ; then
edo sed -i 's/OPENSSL_MAJOR_VERSION STREQUAL "1"/OPENSSL_MAJOR_VERSION STREQUAL "2"/' \
"${CMAKE_SOURCE}/cmake/ssl.cmake"
fi