mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 17:33:44 +01:00
MDEV-22066: out-of-source build fails with WITHOUT_SERVER=ON
Patch 4aaa38d26e
is replacing `my_config.h` with
`my_global.h` which is included in in-source build, but not for
out-of-source build tree.
Closes #1466
This commit is contained in:
parent
e0c06f5396
commit
863e28ff3e
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
|||
|
||||
IF(WIN32)
|
||||
IF(WIN32 OR WITHOUT_SERVER)
|
||||
# Handlersocket does not compile on Windows, compiles but does
|
||||
# not start on FreeBSD.
|
||||
# not start on FreeBSD.
|
||||
# It is a server plugin and disable it explicitly here.
|
||||
RETURN()
|
||||
ENDIF()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue