summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2004-10-17 16:37:02 +0000
committertv <tv@pkgsrc.org>2004-10-17 16:37:02 +0000
commit695bd01a066f0b832a84a92640e96fb4b4dd58f5 (patch)
tree46fdfd8508a0d3fdff7e21e4b43b686ac8ac548a /devel
parent3429b286a4c3e504c486da0195a13a5bbbdb7eeb (diff)
downloadpkgsrc-695bd01a066f0b832a84a92640e96fb4b4dd58f5.tar.gz
Pass RANLIB path down to libtool's configure script; addresses PR pkg/27217.
Diffstat (limited to 'devel')
-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}