diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2000-12-01 11:13:23 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2000-12-01 11:13:23 +0000 |
commit | 254b51509b65ffdad111e19a89b9aaba6d7c8d7f (patch) | |
tree | d8060b78a40dbddbaa164574383937fba1b8a5d1 /databases | |
parent | Enable libwrap and put socket file into ${DB_DIR}. (diff) |
Put socket file into ${DB_DIR}.
Submitted by: Vivek Khera <khera@kcilink.com>
Notes
Notes:
svn path=/head/; revision=35578
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mysql322-server/Makefile | 3 |
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 |