pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/boringssl



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sun Apr 12 19:40:22 UTC 2020

Modified Files:
        pkgsrc/security/boringssl: Makefile

Log Message:
Use pkgsrc environment to prevent writing the home directory.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/security/boringssl/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/boringssl/Makefile
diff -u pkgsrc/security/boringssl/Makefile:1.12 pkgsrc/security/boringssl/Makefile:1.13
--- pkgsrc/security/boringssl/Makefile:1.12     Sun Aug 11 13:22:45 2019
+++ pkgsrc/security/boringssl/Makefile  Sun Apr 12 19:40:22 2020
@@ -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 @@ SUBST_SED.go=         -e '/find_program.GO_EXEC
 
 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