aboutsummaryrefslogtreecommitdiff
path: root/databases/mysql51-server
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
parent10f90be831228b5610982f763c530bb790df868c (diff)
downloadports-76f676a1dea4b73e5969785b5bc5787969063372.tar.gz
ports-76f676a1dea4b73e5969785b5bc5787969063372.zip
Notes
Diffstat (limited to 'databases/mysql51-server')
-rw-r--r--databases/mysql51-server/Makefile3
-rw-r--r--databases/mysql51-server/files/patch-aq13
2 files changed, 2 insertions, 14 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
diff --git a/databases/mysql51-server/files/patch-aq b/databases/mysql51-server/files/patch-aq
deleted file mode 100644
index 573324175921..000000000000
--- a/databases/mysql51-server/files/patch-aq
+++ /dev/null
@@ -1,13 +0,0 @@
---- sql/Makefile.in.orig Sat Jan 1 18:01:13 2000
-+++ sql/Makefile.in Wed Jan 5 20:28:17 2000
-@@ -317,6 +317,10 @@
- else :; fi
- sql_yacc.hh: sql_yacc.cc
-
-+# gcc takes a lot of memory and cpu time if it compiles sql_yacc.cc with -O
-+sql_yacc.o: sql_yacc.cc
-+ $(CXXCOMPILE) -O0 -c $<
-+
-
- # This directory's subdirectories are mostly independent; you can cd
- # into them and run `make' without going through this Makefile.