-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
multiple problems with mysql + pkg'ized ssl lib #106
Comments
Not quite sure what to do with this. I've tried exporting CMAKE_FIND_ROOT_PATH to where I cloned rumrun-packages/pkgs but that doesn't work, or are you not referencing an env variable ? |
tried passing -DCMAKE_FIND_ROOT_PATH to cmake? |
Just tried, the final command run is :
Still the same error. Whatever the actual solution is, might be a good idea to add a note in the README, I can't be the only one who doesn't know how cmake works. |
Allright, figured it out.
On line 419 of build/mysql/CMakeLists.txt, that solved the openssl detection problem. Then I had to add
on line 221 of build/mysql/cmake/ssl.cmake, just before the if. It should have been true already, I checked by hand, but for some reason it wasn't .. That might just be my cmake version I suppose. In any case, could be a good idea to add a note in the README to say where to add the SET in the CMakeLists.txt |
Nice. Can that be automatically patched as part of the build process? btw, you might want to update the openssl package to the latest, probably not more complicated than bumping the version number. |
=> either teach it to accept that, or package openssl and use that if you want mysql
CMAKE_FIND_ROOT_PATH
=> either put pkgs dir under root, or otherwise play games with cmake
The text was updated successfully, but these errors were encountered: