pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/libtool Pass RANLIB path down to libtool's confi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1758fb299f83
branches: trunk
changeset: 482008:1758fb299f83
user: tv <tv%pkgsrc.org@localhost>
date: Sun Oct 17 16:37:02 2004 +0000
description:
Pass RANLIB path down to libtool's configure script; addresses PR pkg/27217.
diffstat:
devel/libtool/Makefile.common | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (15 lines):
diff -r ae19ecee12ed -r 1758fb299f83 devel/libtool/Makefile.common
--- a/devel/libtool/Makefile.common Sun Oct 17 15:34:56 2004 +0000
+++ b/devel/libtool/Makefile.common Sun Oct 17 16:37:02 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.55 2004/10/14 19:04:56 tv Exp $
+# $NetBSD: Makefile.common,v 1.56 2004/10/17 16:37:02 tv Exp $
#
DISTNAME= libtool-1.5.10
@@ -44,3 +44,5 @@
.elif ${OPSYS} == "IRIX"
CONFIGURE_ENV+= lt_cv_path_NM="nm -B"
.endif
+
+CONFIGURE_ENV+= RANLIB=${RANLIB:Q}
Home |
Main Index |
Thread Index |
Old Index