pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/2fa Fix RELRO build



details:   https://anonhg.NetBSD.org/pkgsrc/rev/89a027c5827c
branches:  trunk
changeset: 373042:89a027c5827c
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Mon Dec 25 03:23:21 2017 +0000

description:
Fix RELRO build

* Fix pasto

diffstat:

 security/2fa/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6fe37e4ffe28 -r 89a027c5827c security/2fa/Makefile
--- a/security/2fa/Makefile     Mon Dec 25 00:18:39 2017 +0000
+++ b/security/2fa/Makefile     Mon Dec 25 03:23:21 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/11/27 18:47:09 bsiegert Exp $
+# $NetBSD: Makefile,v 1.2 2017/12/25 03:23:21 ryoon Exp $
 
 DISTNAME=      2fa
 PKGNAME=       2fa-20171122
@@ -14,7 +14,7 @@
 GO_DIST_BASE=  2fa-${GITHUB_TAG}
 GO_SRCPATH=    rsc.io/2fa
 
-CHECK_RELRO_SKIP+=     bin/caddy
+CHECK_RELRO_SKIP+=     bin/2fa
 
 INSTALLATION_DIRS=     bin
 



Home | Main Index | Thread Index | Old Index