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
commitf34d1e2c6966cdbac2813fb01acbbbb3c4dbf5d9 (patch)
tree46fdfd8508a0d3fdff7e21e4b43b686ac8ac548a /devel/libtool
parent0b20000631176e44aaa5148f99f388d27e732f05 (diff)
downloadpkgsrc-f34d1e2c6966cdbac2813fb01acbbbb3c4dbf5d9.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}