mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
Ensure that man pages for "embedded" are included in the source.tar.gz
This fixes bug#34145. BUILD/compile-dist: If the call to "configure" does not specify the "embedded" server, all man pages for "embedded" will be deleted: Re-add "--with-embedded-server". This fixes bug#34145.
This commit is contained in:
parent
016f33c8d1
commit
5ade517a49
1 changed files with 2 additions and 0 deletions
|
|
@ -39,6 +39,8 @@ then
|
|||
fi
|
||||
|
||||
# Make sure to enable all features that affect "make dist"
|
||||
# Remember that configure restricts the man pages to the configured features !
|
||||
./configure \
|
||||
--with-embedded-server \
|
||||
--with-ndbcluster
|
||||
make
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue