mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
CPPFLAGS is substituted with CXXFLAGS to work with older automake. Serg, now you can enable
server-tools/instance-manager.
This commit is contained in:
parent
f3b00a0413
commit
2c263ff24c
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ DEFS= -DMYSQL_INSTANCE_MANAGER -DMYSQL_SERVER
|
||||||
|
|
||||||
noinst_LIBRARIES= liboptions.a libnet.a
|
noinst_LIBRARIES= liboptions.a libnet.a
|
||||||
|
|
||||||
liboptions_a_CPPFLAGS= $(CPPFLAGS) \
|
liboptions_a_CXXFLAGS= $(CXXFLAGS) \
|
||||||
-DDEFAULT_PID_FILE_NAME="$(localstatedir)/mysqlmanager.pid" \
|
-DDEFAULT_PID_FILE_NAME="$(localstatedir)/mysqlmanager.pid" \
|
||||||
-DDEFAULT_LOG_FILE_NAME="$(localstatedir)/mysqlmanager.log" \
|
-DDEFAULT_LOG_FILE_NAME="$(localstatedir)/mysqlmanager.log" \
|
||||||
-DDEFAULT_SOCKET_FILE_NAME="$(localstatedir)/mysqlmanager.sock" \
|
-DDEFAULT_SOCKET_FILE_NAME="$(localstatedir)/mysqlmanager.sock" \
|
||||||
|
|
Loading…
Add table
Reference in a new issue