diff options
Diffstat (limited to 'dev-db/mysql-cluster/mysql-cluster-7.3.9-r1.ebuild')
| -rw-r--r-- | dev-db/mysql-cluster/mysql-cluster-7.3.9-r1.ebuild | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dev-db/mysql-cluster/mysql-cluster-7.3.9-r1.ebuild b/dev-db/mysql-cluster/mysql-cluster-7.3.9-r1.ebuild index 20b5fee46b98..c6e01f67ffd6 100644 --- a/dev-db/mysql-cluster/mysql-cluster-7.3.9-r1.ebuild +++ b/dev-db/mysql-cluster/mysql-cluster-7.3.9-r1.ebuild @@ -24,6 +24,14 @@ RDEPEND="!media-sound/amarok[embedded]" # If you want to add a single patch, copy the ebuild to an overlay # and create your own mysql-extras tarball, looking at 000_index.txt +src_prepare() { + mysql-multilib_src_prepare + if use libressl ; then + sed -i 's/OPENSSL_MAJOR_VERSION STREQUAL "1"/OPENSSL_MAJOR_VERSION STREQUAL "2"/' \ + "${S}/cmake/ssl.cmake" || die + fi +} + # Official test instructions: # USE='cluster extraengine perl ssl community' \ # FEATURES='test userpriv -usersandbox' \ |
