[MDEV-12299] Allow Server build to use/link already installed Client Created: 2017-03-19 Updated: 2017-03-20 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Compiling, Server |
| Affects Version/s: | 10.2.4 |
| Fix Version/s: | 10.2 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Bernard Spil | Assignee: | Sergei Golubchik |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
FreeBSD ports |
||
| Description |
|
FreeBSD has a separate port for the client and the server. The client is built -DWITHOUT_SERVER. When building the server, it shouldn't be required to build/link the client again as that is guaranteed to be available via dependencies using the ports framework. A cmake arg like -DWITH_LIBMARIADB=/usr/local/lib/mysql would come very helpful |