mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
MDEV-23589: Portability: use uname -n instead of hostname
Closes PR #1663
This commit is contained in:
parent
cf9b3b25b4
commit
1bb3ad6dfc
2 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ ELSE()
|
|||
SET(CXXFLAGS ${CMAKE_CXX_FLAGS})
|
||||
SET(MYSQLD_USER "mysql")
|
||||
SET(ini_file_extension "cnf")
|
||||
SET(HOSTNAME "hostname")
|
||||
SET(HOSTNAME "uname -n")
|
||||
ENDIF()
|
||||
|
||||
# XXX: shouldn't we just have variables for all this stuff and centralise
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue