summaryrefslogtreecommitdiffstats
path: root/package/mysql/mysql.mk
diff options
context:
space:
mode:
authorFloris Bos <bos@je-eigen-domein.nl>2016-09-14 00:03:50 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-09-18 19:35:58 +0200
commitcd741df4bb8d0497c57f77c691ce6faa4c9a3934 (patch)
tree1e63cba569950d9e8ffdd17ce5d466b326a5cd4f /package/mysql/mysql.mk
parent1e03cc2290f98fc7434254d2abd9afd504de8360 (diff)
downloadbuildroot-cd741df4bb8d0497c57f77c691ce6faa4c9a3934.tar.gz
buildroot-cd741df4bb8d0497c57f77c691ce6faa4c9a3934.zip
package/mysql: add MYSQL_SOCKET variable
Add MYSQL_SOCKET variable with MySQL socket location Signed-off-by: Floris Bos <bos@je-eigen-domein.nl> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/mysql/mysql.mk')
-rw-r--r--package/mysql/mysql.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/mysql/mysql.mk b/package/mysql/mysql.mk
index 534bd97d25..7af47113e1 100644
--- a/package/mysql/mysql.mk
+++ b/package/mysql/mysql.mk
@@ -14,6 +14,9 @@ MYSQL_AUTORECONF = YES
MYSQL_LICENSE = GPLv2
MYSQL_LICENSE_FILES = README COPYING
+# Unix socket. This variable can also be consulted by other buildroot packages
+MYSQL_SOCKET = /run/mysql/mysql.sock
+
MYSQL_CONF_ENV = \
ac_cv_sys_restartable_syscalls=yes \
ac_cv_path_PS=/bin/ps \
@@ -31,6 +34,7 @@ MYSQL_CONF_OPTS = \
--without-readline \
--with-low-memory \
--enable-thread-safe-client \
+ --with-unix-socket-path=$(MYSQL_SOCKET) \
--disable-mysql-maintainer-mode
# host-mysql only installs what is needed to build mysql, i.e. the
OpenPOWER on IntegriCloud