Add mysql build-fix hook
This commit is contained in:
parent
1c26ec11c8
commit
dd4ba4eaf9
7
hooks/ebuild_configure_pre/mysql.bash
Normal file
7
hooks/ebuild_configure_pre/mysql.bash
Normal 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
|
||||
|
Loading…
Reference in New Issue
Block a user