Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/boringssl Use pkgsrc environment to prevent w...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/846f1a5380b5
branches:  trunk
changeset: 428863:846f1a5380b5
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Apr 12 19:40:22 2020 +0000

description:
Use pkgsrc environment to prevent writing the home directory.

diffstat:

 security/boringssl/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 5cb80325aef4 -r 846f1a5380b5 security/boringssl/Makefile
--- a/security/boringssl/Makefile       Sun Apr 12 19:39:55 2020 +0000
+++ b/security/boringssl/Makefile       Sun Apr 12 19:40:22 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2019/08/11 13:22:45 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2020/04/12 19:40:22 joerg Exp $
 
 DISTNAME=      boringssl-20151230
 PKGREVISION=   9
@@ -28,8 +28,8 @@
 
 do-build:
        mkdir -p ${WRKSRC}/build
-       cd ${WRKSRC}/build && cmake ..
-       cd ${WRKSRC}/build && make
+       cd ${WRKSRC}/build && ${SETENV} ${MAKE_ENV} cmake ..
+       cd ${WRKSRC}/build && ${SETENV} ${MAKE_ENV} make
 
 do-install:
        for d in bssl/bin bssl/lib bssl/include/openssl; do             \



Home | Main Index | Thread Index | Old Index