[MDEV-6562] MDEV-6410 breaks WITHOUT_SERVER build Created: 2014-08-11 Updated: 2014-09-07 Resolved: 2014-09-07 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.13 |
| Fix Version/s: | 10.0.14 |
| Type: | Bug | Priority: | Major |
| Reporter: | Brian Evans | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Environment: |
Gentoo |
||
| Issue Links: |
|
||||||||
| Description |
|
The patch from When WITHOUT_SERVER is used, gen_lex_hash will not be built due to the exclusion of the sql directory. This causes the cmake configure to error out. |
| Comments |
| Comment by James Le Cuirot [ 2014-08-12 ] |
|
I have published a fix for this on Launchpad. Tested with a native and cross build, with and without the server. Like the reporter, I am also on Gentoo so he should be able to confirm. Unfortunately the IMPORT_EXECUTABLES feature has already been broken by the addition of gen_pfs_lex_token but I'll file another bug report for that. |
| Comment by Brad Smith [ 2014-08-12 ] |
|
The fix provided by James works for me. |