pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/libtool Speed up subdir configure with -C.
details: https://anonhg.NetBSD.org/pkgsrc/rev/17e81c90799b
branches: trunk
changeset: 481898:17e81c90799b
user: tv <tv%pkgsrc.org@localhost>
date: Thu Oct 14 16:15:26 2004 +0000
description:
Speed up subdir configure with -C.
diffstat:
devel/libtool/Makefile.common | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (15 lines):
diff -r 152b20c37d4a -r 17e81c90799b devel/libtool/Makefile.common
--- a/devel/libtool/Makefile.common Thu Oct 14 16:11:51 2004 +0000
+++ b/devel/libtool/Makefile.common Thu Oct 14 16:15:26 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.53 2004/10/03 00:13:31 tv Exp $
+# $NetBSD: Makefile.common,v 1.54 2004/10/14 16:15:26 tv Exp $
#
DISTNAME= libtool-1.5.10
@@ -20,3 +20,5 @@
PATCHDIR= ${.CURDIR}/../libtool/patches
AUTOMAKE_OVERRIDE= NO
+
+CONFIGURE_ARGS+= -C # autoconf cache speedup
Home |
Main Index |
Thread Index |
Old Index