From: Sebastian Kemper Date: Thu, 28 Jun 2018 19:26:54 +0000 (+0200) Subject: mariadb: fix mysql_config X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=cbc235373379c54bc5f7b7235d375a07bcf32b94;p=openwrt-packages.git mariadb: fix mysql_config Correct the socket info in mysql_config. Signed-off-by: Sebastian Kemper --- diff --git a/utils/mariadb/Makefile b/utils/mariadb/Makefile index 9f3fd1020..e9d450042 100644 --- a/utils/mariadb/Makefile +++ b/utils/mariadb/Makefile @@ -341,6 +341,7 @@ CMAKE_OPTIONS += \ -DINSTALL_SCRIPTDIR=bin \ -DINSTALL_SQLBENCHDIR="" \ -DINSTALL_SUPPORTFILESDIR=share/mysql \ + -DINSTALL_UNIX_ADDRDIR=/var/run/mysqld.sock \ -DMYSQLD_USER=root \ -DMYSQL_DATADIR=/var/lib/mysql \ -DMYSQL_UNIX_ADDR=/var/run/mysqld.sock \