mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 10:15:29 +02:00
allow handlersocket on FreeBSD, fix getaddrinfo problem
This commit is contained in:
parent
aa8f0606e8
commit
57c2ea188c
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
IF(WIN32 OR CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
|
||||
IF(WIN32)
|
||||
# Handlersocket does not compile on Windows, compiles but does
|
||||
# not start on FreeBSD.
|
||||
RETURN()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue