summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2004-03-10 14:54:05 +0000
committertv <tv@pkgsrc.org>2004-03-10 14:54:05 +0000
commita734b3120fbe81bb720999de4ee1ea827cce7b52 (patch)
treeb23fafce9a9442f24d6862b7f63686c112a028d2 /databases
parentecdb31d738f105fee94692a13ef64466e5c9e9b3 (diff)
downloadpkgsrc-a734b3120fbe81bb720999de4ee1ea827cce7b52.tar.gz
Add --disable-dependency-tracking to speed up normal builds considerably.
Diffstat (limited to 'databases')
-rw-r--r--databases/mysql4-client/Makefile.common6
1 files changed, 5 insertions, 1 deletions
diff --git a/databases/mysql4-client/Makefile.common b/databases/mysql4-client/Makefile.common
index 0d6dcd6ad4f..0c401e91fe7 100644
--- a/databases/mysql4-client/Makefile.common
+++ b/databases/mysql4-client/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2004/03/07 19:42:50 martti Exp $
+# $NetBSD: Makefile.common,v 1.4 2004/03/10 14:54:05 tv Exp $
DISTNAME= mysql-4.0.18
CATEGORIES= databases
@@ -40,6 +40,10 @@ CONFIGURE_ARGS+= --without-readline
# This forces mysql.info _not_ to be rebuilt.
CONFIGURE_ARGS+= --without-docs
+# Speed up production one-time builds; see "./configure --help" for
+# more information on using or disabling this option.
+CONFIGURE_ARGS+= --disable-dependency-tracking
+
CONFIGURE_ARGS+= --without-debug
CONFIGURE_ARGS+= --without-bench
CONFIGURE_ARGS+= --with-low-memory