From 254b51509b65ffdad111e19a89b9aaba6d7c8d7f Mon Sep 17 00:00:00 2001 From: Dirk Froemberg Date: Fri, 1 Dec 2000 11:13:23 +0000 Subject: [PATCH] Put socket file into ${DB_DIR}. Submitted by: Vivek Khera --- databases/mysql322-server/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/databases/mysql322-server/Makefile b/databases/mysql322-server/Makefile index acb40932d4b6..b0398868d01c 100644 --- a/databases/mysql322-server/Makefile +++ b/databases/mysql322-server/Makefile @@ -27,7 +27,8 @@ CONFIGURE_ARGS= --localstatedir=${DB_DIR} \ --without-perl \ --without-debug \ --without-readline \ - --without-bench + --without-bench \ + --with-unix-socket-path=${DB_DIR}/mysql.sock .if ${MACHINE_ARCH} == "i386" CONFIGURE_ARGS+=--enable-assembler .endif