summaryrefslogtreecommitdiff
path: root/databases/mysql322-server/Makefile
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2000-12-01 11:13:23 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2000-12-01 11:13:23 +0000
commit254b51509b65ffdad111e19a89b9aaba6d7c8d7f (patch)
treed8060b78a40dbddbaa164574383937fba1b8a5d1 /databases/mysql322-server/Makefile
parentEnable libwrap and put socket file into ${DB_DIR}. (diff)
Put socket file into ${DB_DIR}.
Submitted by: Vivek Khera <khera@kcilink.com>
Notes
Notes: svn path=/head/; revision=35578
Diffstat (limited to 'databases/mysql322-server/Makefile')
-rw-r--r--databases/mysql322-server/Makefile3
1 files changed, 2 insertions, 1 deletions
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