summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2004-03-10 14:57:35 +0000
committertv <tv@pkgsrc.org>2004-03-10 14:57:35 +0000
commit64dae1080ebcec75fd99bd03da6dca5391270263 (patch)
treec7531abfa40c01cc0691b0db9fa2c5b1b6229dc9 /databases
parent323c5dddbbd1810c288252214c2cf72ffd0baaef (diff)
downloadpkgsrc-64dae1080ebcec75fd99bd03da6dca5391270263.tar.gz
Enable RAID tables to allow >4GB (>2GB) table data on non-big-file
filesystems. Bump PKGREVISION.
Diffstat (limited to 'databases')
-rw-r--r--databases/mysql4-server/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/mysql4-server/Makefile b/databases/mysql4-server/Makefile
index 5300dd3ec1b..ddbf53e37d6 100644
--- a/databases/mysql4-server/Makefile
+++ b/databases/mysql4-server/Makefile
@@ -1,12 +1,14 @@
-# $NetBSD: Makefile,v 1.2 2004/03/07 19:42:55 martti Exp $
+# $NetBSD: Makefile,v 1.3 2004/03/10 14:57:35 tv Exp $
PKGNAME= ${DISTNAME:S/-/-server-/}
+PKGREVISION= 1
SVR4_PKGNAME= mysqs
COMMENT= MySQL, a free SQL database (server)
.include "../mysql4-client/Makefile.common"
CONFIGURE_ARGS+= --with-libwrap
+CONFIGURE_ARGS+= --with-raid
CONFIGURE_ARGS+= --without-berkeley-db
CONFIGURE_ARGS+= --without-mysqlfs
USE_BUILDLINK2= YES