mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Enable libwrap and put socket file into ${DB_DIR}.
Submitted by: Vivek Khera <khera@kcilink.com>
This commit is contained in:
parent
a525e01845
commit
6fc722add6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35577
@ -29,7 +29,9 @@ CONFIGURE_ARGS= --localstatedir=${DB_DIR} \
|
||||
--without-debug \
|
||||
--without-readline \
|
||||
--without-bench \
|
||||
--with-mit-threads=no
|
||||
--with-mit-threads=no \
|
||||
--with-libwrap \
|
||||
--with-unix-socket-path=${DB_DIR}/mysql.sock
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
CONFIGURE_ARGS+=--enable-assembler
|
||||
.endif
|
||||
|
@ -29,7 +29,9 @@ CONFIGURE_ARGS= --localstatedir=${DB_DIR} \
|
||||
--without-debug \
|
||||
--without-readline \
|
||||
--without-bench \
|
||||
--with-mit-threads=no
|
||||
--with-mit-threads=no \
|
||||
--with-libwrap \
|
||||
--with-unix-socket-path=${DB_DIR}/mysql.sock
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
CONFIGURE_ARGS+=--enable-assembler
|
||||
.endif
|
||||
|
@ -29,7 +29,9 @@ CONFIGURE_ARGS= --localstatedir=${DB_DIR} \
|
||||
--without-debug \
|
||||
--without-readline \
|
||||
--without-bench \
|
||||
--with-mit-threads=no
|
||||
--with-mit-threads=no \
|
||||
--with-libwrap \
|
||||
--with-unix-socket-path=${DB_DIR}/mysql.sock
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
CONFIGURE_ARGS+=--enable-assembler
|
||||
.endif
|
||||
|
@ -29,7 +29,9 @@ CONFIGURE_ARGS= --localstatedir=${DB_DIR} \
|
||||
--without-debug \
|
||||
--without-readline \
|
||||
--without-bench \
|
||||
--with-mit-threads=no
|
||||
--with-mit-threads=no \
|
||||
--with-libwrap \
|
||||
--with-unix-socket-path=${DB_DIR}/mysql.sock
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
CONFIGURE_ARGS+=--enable-assembler
|
||||
.endif
|
||||
|
@ -29,7 +29,9 @@ CONFIGURE_ARGS= --localstatedir=${DB_DIR} \
|
||||
--without-debug \
|
||||
--without-readline \
|
||||
--without-bench \
|
||||
--with-mit-threads=no
|
||||
--with-mit-threads=no \
|
||||
--with-libwrap \
|
||||
--with-unix-socket-path=${DB_DIR}/mysql.sock
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
CONFIGURE_ARGS+=--enable-assembler
|
||||
.endif
|
||||
|
@ -29,7 +29,9 @@ CONFIGURE_ARGS= --localstatedir=${DB_DIR} \
|
||||
--without-debug \
|
||||
--without-readline \
|
||||
--without-bench \
|
||||
--with-mit-threads=no
|
||||
--with-mit-threads=no \
|
||||
--with-libwrap \
|
||||
--with-unix-socket-path=${DB_DIR}/mysql.sock
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
CONFIGURE_ARGS+=--enable-assembler
|
||||
.endif
|
||||
|
@ -29,7 +29,9 @@ CONFIGURE_ARGS= --localstatedir=${DB_DIR} \
|
||||
--without-debug \
|
||||
--without-readline \
|
||||
--without-bench \
|
||||
--with-mit-threads=no
|
||||
--with-mit-threads=no \
|
||||
--with-libwrap \
|
||||
--with-unix-socket-path=${DB_DIR}/mysql.sock
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
CONFIGURE_ARGS+=--enable-assembler
|
||||
.endif
|
||||
|
@ -29,7 +29,9 @@ CONFIGURE_ARGS= --localstatedir=${DB_DIR} \
|
||||
--without-debug \
|
||||
--without-readline \
|
||||
--without-bench \
|
||||
--with-mit-threads=no
|
||||
--with-mit-threads=no \
|
||||
--with-libwrap \
|
||||
--with-unix-socket-path=${DB_DIR}/mysql.sock
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
CONFIGURE_ARGS+=--enable-assembler
|
||||
.endif
|
||||
|
@ -29,7 +29,9 @@ CONFIGURE_ARGS= --localstatedir=${DB_DIR} \
|
||||
--without-debug \
|
||||
--without-readline \
|
||||
--without-bench \
|
||||
--with-mit-threads=no
|
||||
--with-mit-threads=no \
|
||||
--with-libwrap \
|
||||
--with-unix-socket-path=${DB_DIR}/mysql.sock
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
CONFIGURE_ARGS+=--enable-assembler
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user