diff options
author | tv <tv@pkgsrc.org> | 2004-10-17 16:37:02 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-10-17 16:37:02 +0000 |
commit | 695bd01a066f0b832a84a92640e96fb4b4dd58f5 (patch) | |
tree | 46fdfd8508a0d3fdff7e21e4b43b686ac8ac548a /devel | |
parent | 3429b286a4c3e504c486da0195a13a5bbbdb7eeb (diff) | |
download | pkgsrc-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.common | 4 |
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} |