Put socket file into ${DB_DIR}.

Submitted by:	Vivek Khera <khera@kcilink.com>
This commit is contained in:
Dirk Froemberg 2000-12-01 11:13:23 +00:00
parent 6fc722add6
commit 254b51509b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35578

View file

@ -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