diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2000-12-01 11:02:55 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2000-12-01 11:02:55 +0000 |
commit | 6fc722add6dcd99ef75d90ee6090f55129320751 (patch) | |
tree | b132b8fa3d3bbc382755872a9e5a515fddd29070 /databases | |
parent | Upgrade to 3.23.28. (diff) |
Enable libwrap and put socket file into ${DB_DIR}.
Submitted by: Vivek Khera <khera@kcilink.com>
Notes
Notes:
svn path=/head/; revision=35577
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mysql323-server/Makefile | 4 | ||||
-rw-r--r-- | databases/mysql40-server/Makefile | 4 | ||||
-rw-r--r-- | databases/mysql41-server/Makefile | 4 | ||||
-rw-r--r-- | databases/mysql50-server/Makefile | 4 | ||||
-rw-r--r-- | databases/mysql51-server/Makefile | 4 | ||||
-rw-r--r-- | databases/mysql54-server/Makefile | 4 | ||||
-rw-r--r-- | databases/mysql55-server/Makefile | 4 | ||||
-rw-r--r-- | databases/mysql60-server/Makefile | 4 | ||||
-rw-r--r-- | databases/percona55-server/Makefile | 4 |
9 files changed, 27 insertions, 9 deletions
diff --git a/databases/mysql323-server/Makefile b/databases/mysql323-server/Makefile index 40bc78ed891b..806aae7c02be 100644 --- a/databases/mysql323-server/Makefile +++ b/databases/mysql323-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 diff --git a/databases/mysql40-server/Makefile b/databases/mysql40-server/Makefile index 40bc78ed891b..806aae7c02be 100644 --- a/databases/mysql40-server/Makefile +++ b/databases/mysql40-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 diff --git a/databases/mysql41-server/Makefile b/databases/mysql41-server/Makefile index 40bc78ed891b..806aae7c02be 100644 --- a/databases/mysql41-server/Makefile +++ b/databases/mysql41-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 diff --git a/databases/mysql50-server/Makefile b/databases/mysql50-server/Makefile index 40bc78ed891b..806aae7c02be 100644 --- a/databases/mysql50-server/Makefile +++ b/databases/mysql50-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 diff --git a/databases/mysql51-server/Makefile b/databases/mysql51-server/Makefile index 40bc78ed891b..806aae7c02be 100644 --- a/databases/mysql51-server/Makefile +++ b/databases/mysql51-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 diff --git a/databases/mysql54-server/Makefile b/databases/mysql54-server/Makefile index 40bc78ed891b..806aae7c02be 100644 --- a/databases/mysql54-server/Makefile +++ b/databases/mysql54-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 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 diff --git a/databases/mysql60-server/Makefile b/databases/mysql60-server/Makefile index 40bc78ed891b..806aae7c02be 100644 --- a/databases/mysql60-server/Makefile +++ b/databases/mysql60-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 diff --git a/databases/percona55-server/Makefile b/databases/percona55-server/Makefile index 40bc78ed891b..806aae7c02be 100644 --- a/databases/percona55-server/Makefile +++ b/databases/percona55-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 |