diff options
Diffstat (limited to 'databases/mysql41-server/Makefile')
-rw-r--r-- | databases/mysql41-server/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/mysql41-server/Makefile b/databases/mysql41-server/Makefile index 40bc78e..806aae7 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 |