pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/polarssl Ensure RANLIB is defined in the envi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b4f27b3fd127
branches:  trunk
changeset: 648867:b4f27b3fd127
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Sat Mar 21 19:39:44 2015 +0000

description:
Ensure RANLIB is defined in the environment.

diffstat:

 security/polarssl/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 849e3506f227 -r b4f27b3fd127 security/polarssl/Makefile
--- a/security/polarssl/Makefile        Sat Mar 21 19:27:56 2015 +0000
+++ b/security/polarssl/Makefile        Sat Mar 21 19:39:44 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2014/11/14 11:21:12 obache Exp $
+# $NetBSD: Makefile,v 1.7 2015/03/21 19:39:44 jperkin Exp $
 #
 
 DISTNAME=              polarssl-1.2.12-gpl
@@ -18,4 +18,6 @@
 USE_LANGUAGES=         c
 TEST_TARGET=           check
 
+MAKE_ENV+=             RANLIB=${RANLIB:Q}
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index