[MDEV-14344] Cmake arguments Fedora RPM Created: 2017-11-10 Updated: 2017-11-10 Resolved: 2017-11-10 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Compiling, Packaging, Platform RedHat |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | Michal Schorm | Assignee: | Sergei Golubchik |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Hello, Also, I have to use many macros to automatize the build. The first part:
The first part should be straightforward. I have to provide a path or some text. Easy. Now comes the second part:
In this part I'm not sure, which values to use at all. In cmake/plugin.cmake you say:
But I'm not sure if that apply only to plugins or which parts are labeled as plugins at the first place. (Is mariadbackup a plugin? It only contains binaries ... ; Are storage engines plugins? Which?) — From the cmakes I got also a feeling that there are many ways to define such a thing, but only some of them are "the right way" to do it. In that case I'm here for such advice too. — If you'd like to check your latest pushed SPECfile, here it is. |
| Comments |
| Comment by Michal Schorm [ 2017-11-10 ] |
|
Actually, I have a bad feeling, that Sphinx plugin (ha_sphinx.so) builds only, when "DWITH_SPHINX=NO" or "DWITH_SPHINX=OFF" is specified and does not build when "DWITH_SPHINX=ON" or "DWITH_SPHINX=DYNAMIC" is given. |
| Comment by Sergei Golubchik [ 2017-11-10 ] |
|
Could you please resend it to the mailing list? It's neither a bug nor a feature request for MariaDB, as far as I understand. |
| Comment by Michal Schorm [ 2017-11-10 ] |
|
You are absolutelly correct. I´ll resend it to mariadb-discuss@lists.launchpad.net |
| Comment by Sergei Golubchik [ 2017-11-10 ] |
|
For the reference: https://lists.launchpad.net/maria-discuss/msg04852.html |