Commit c7ed531c authored by Jonathan Perkin's avatar Jonathan Perkin

Expand @HOSTNAME@.

parent 7cf98dc3
...@@ -134,10 +134,9 @@ ELSE() ...@@ -134,10 +134,9 @@ ELSE()
SET(CHECK_PID "kill -s SIGCONT $PID > /dev/null 2> /dev/null") SET(CHECK_PID "kill -s SIGCONT $PID > /dev/null 2> /dev/null")
ENDIF() ENDIF()
ENDIF(UNIX) SET(HOSTNAME "hostname")
ENDIF(UNIX)
# Really ugly, one script, "mysql_install_db", needs prefix set to ".", # Really ugly, one script, "mysql_install_db", needs prefix set to ".",
# i.e. makes access relative the current directory. This matches # i.e. makes access relative the current directory. This matches
......
...@@ -29,6 +29,7 @@ ELSE() ...@@ -29,6 +29,7 @@ ELSE()
SET(CXXFLAGS ${CMAKE_CXX_FLAGS}) SET(CXXFLAGS ${CMAKE_CXX_FLAGS})
SET(MYSQLD_USER "mysql") SET(MYSQLD_USER "mysql")
SET(ini_file_extension "cnf") SET(ini_file_extension "cnf")
SET(HOSTNAME "hostname")
ENDIF() ENDIF()
# XXX: shouldn't we just have variables for all this stuff and centralise # XXX: shouldn't we just have variables for all this stuff and centralise
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment