summaryrefslogtreecommitdiff
path: root/devel/libtool
diff options
context:
space:
mode:
authortv <tv>2004-10-17 16:37:02 +0000
committertv <tv>2004-10-17 16:37:02 +0000
commit1e448f65a1f40c654b84aeb3b9423e5d95f1b42b (patch)
tree46fdfd8508a0d3fdff7e21e4b43b686ac8ac548a /devel/libtool
parentbdf09af62acde60060304129ec23cebe6453952a (diff)
downloadpkgsrc-1e448f65a1f40c654b84aeb3b9423e5d95f1b42b.tar.gz
Pass RANLIB path down to libtool's configure script; addresses PR pkg/27217.
Diffstat (limited to 'devel/libtool')
-rw-r--r--devel/libtool/Makefile.common4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libtool/Makefile.common b/devel/libtool/Makefile.common
index 22ed374192f..c8327e4df05 100644
--- a/devel/libtool/Makefile.common
+++ b/devel/libtool/Makefile.common
@@ -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 @@ CONFIGURE_ENV+= lt_cv_path_NM="nm -p"
.elif ${OPSYS} == "IRIX"
CONFIGURE_ENV+= lt_cv_path_NM="nm -B"
.endif
+
+CONFIGURE_ENV+= RANLIB=${RANLIB:Q}