From 6fc722add6dcd99ef75d90ee6090f55129320751 Mon Sep 17 00:00:00 2001 From: Dirk Froemberg Date: Fri, 1 Dec 2000 11:02:55 +0000 Subject: Enable libwrap and put socket file into ${DB_DIR}. Submitted by: Vivek Khera --- databases/mysql55-server/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'databases/mysql55-server') diff --git a/databases/mysql55-server/Makefile b/databases/mysql55-server/Makefile index 40bc78ed891b..806aae7c02be 100644 --- a/databases/mysql55-server/Makefile +++ b/databases/mysql55-server/Makefile @@ -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 -- cgit v1.2.3