Is it possible to change the MariaDB RPM install directory to be something like /opt/someotherplace? I tried using CMAKE_INSTALL_PREFIX but it seemed to be ignored.
On Thu, Jan 24, 2013 at 9:49 AM, Sergei Golubchik <[email protected]> wrote: > Hi, Rich! > > On Jan 22, Rich Prohaska wrote: >> It worked very nicely. How hard to you think it is to port to MySQL? >> Yes, we support MySQL. > > Not very difficult. There're changes in various CMakeLists.txt - to set > correct components for files. in the main CMakeLists.txt - to read in > this cpack_rpm.cmake, and in the install_layout.cmake. > > But generally, MySQL uses a hand-crafted mysql.spec, sometimes with > extra patches on top. And invoke rpmbuild directly. > >> > But, anyway, for rpm it's >> > >> > cmake -DRPM=xxx >> > make package >> > > Regards, > Sergei _______________________________________________ Mailing list: https://launchpad.net/~maria-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~maria-developers More help : https://help.launchpad.net/ListHelp

