summaryrefslogtreecommitdiff
path: root/databases/mysql51-server/Makefile
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2001-01-07 13:52:24 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2001-01-07 13:52:24 +0000
commit76f676a1dea4b73e5969785b5bc5787969063372 (patch)
tree21a484e734e9682347d7a996071082f18ebf90f6 /databases/mysql51-server/Makefile
parentSpelling fix (Compatability -> Compatibility) (diff)
--with-low-memory serves a similar purpose as patch-aq.
Notes
Notes: svn path=/head/; revision=36883
Diffstat (limited to 'databases/mysql51-server/Makefile')
-rw-r--r--databases/mysql51-server/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/mysql51-server/Makefile b/databases/mysql51-server/Makefile
index 1b7689d4608e..b952e987c71c 100644
--- a/databases/mysql51-server/Makefile
+++ b/databases/mysql51-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