aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>2000-12-01 19:13:23 +0800
committerdirk <dirk@FreeBSD.org>2000-12-01 19:13:23 +0800
commitd0f2ab80f9168ad5872ffd1973842b9416dbecbf (patch)
treeaf3f931ef2b7941c765b35ba85064f9873e6adf3 /databases
parent5323aa91c99c5101408107ab7a35842e6ea1a420 (diff)
downloadfreebsd-ports-gnome-d0f2ab80f9168ad5872ffd1973842b9416dbecbf.tar.gz
freebsd-ports-gnome-d0f2ab80f9168ad5872ffd1973842b9416dbecbf.tar.zst
freebsd-ports-gnome-d0f2ab80f9168ad5872ffd1973842b9416dbecbf.zip
Put socket file into ${DB_DIR}.
Submitted by: Vivek Khera <khera@kcilink.com>
Diffstat (limited to 'databases')
-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