[MDEV-11791] Add WITHOUT_CLIENT and WITHOUT_DOCS options Created: 2017-01-14 Updated: 2023-04-27 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Documentation, Scripts & Clients, Server |
| Affects Version/s: | 10.0.29, 10.1.20 |
| Fix Version/s: | 10.4, 10.5, 10.6 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Bernard Spil | Assignee: | Sergei Golubchik |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | packaging | ||
| Environment: |
FreeBSD build.brnrd.eu 11.0-RELEASE-p3 FreeBSD 11.0-RELEASE-p3 #0 r308890: Sun Nov 20 20:27:48 CET 2016 build@brnrd.eu:/usr/obj/usr/src/sys/BEASTIE110 amd64 |
||
| Description |
|
There is a knob WITHOUT_SERVER but no knobs to build without client utilities or without documentation. This is a nuisance on FreeBSD when creating packages, we need to build server and client separately which currently requires extensive CMakeLists.txt hacking. Willing to do the work if you can assist me with some CMake coaching. |
| Comments |
| Comment by Vladislav Vaintroub [ 2022-04-14 ] |
|
"make" coaching - provide build target e.g "make mariadbd", this does not build any client libraries or utilities. |