terraform-provider-null: Add CHECK_RELRO_SKIP
This commit is contained in:
parent
3225ac5f61
commit
6fb7d7f797
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.9 2021/01/23 14:23:09 bsiegert Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2021/01/28 18:04:08 tpaul Exp $
|
||||
|
||||
DISTNAME= terraform-provider-null-2.1.2
|
||||
PKGREVISION= 8
|
||||
|
@ -23,5 +23,7 @@ GO_BUILD_PATTERN= ${GO_SRCPATH}/.
|
|||
USE_TOOLS+= bash
|
||||
REPLACE_BASH+= scripts/*.sh
|
||||
|
||||
CHECK_RELRO_SKIP+= bin/terraform-provider-null
|
||||
|
||||
.include "../../lang/go/go-package.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue