mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 04:19:17 -04:00
Put socket file into ${DB_DIR}.
Submitted by: Vivek Khera <khera@kcilink.com>
This commit is contained in:
parent
6fc722add6
commit
254b51509b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35578
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue