diff options
Diffstat (limited to 'databases/mysql55-server/Makefile')
-rw-r--r-- | databases/mysql55-server/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/mysql55-server/Makefile b/databases/mysql55-server/Makefile index 1b7689d..b952e98 100644 --- a/databases/mysql55-server/Makefile +++ b/databases/mysql55-server/Makefile @@ -28,7 +28,8 @@ CONFIGURE_ARGS= --localstatedir=${DB_DIR} \ --without-readline \ --without-bench \ --with-mit-threads=no \ - --with-libwrap + --with-libwrap \ + --with-low-memory .if ${MACHINE_ARCH} == "i386" CONFIGURE_ARGS+=--enable-assembler .endif |