pkgsrc-WIP-changes archive

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

terraform-provider-vultr: Update Makefile



Module Name:	pkgsrc-wip
Committed By:	Travis Paul <tr%vispaul.me@localhost>
Pushed By:	tpaul
Date:		Fri Jan 8 20:28:21 2021 -0500
Changeset:	f99df196101d1956b0f186100c5d024c8e378b7d

Modified Files:
	terraform-provider-vultr/Makefile

Log Message:
terraform-provider-vultr: Update Makefile

Use CHECK_RELRO_SKIP instead of CHECK_RELRO_SUPPORTED as the
former is more common and is used in the terraform package.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f99df196101d1956b0f186100c5d024c8e378b7d

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

diffstat:
 terraform-provider-vultr/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/terraform-provider-vultr/Makefile b/terraform-provider-vultr/Makefile
index 2589b2085c..0cf9cf2f71 100644
--- a/terraform-provider-vultr/Makefile
+++ b/terraform-provider-vultr/Makefile
@@ -13,7 +13,7 @@ LICENSE=	mpl-2.0
 
 DEPENDS+=	terraform-[0-9]*:../../net/terraform
 
-CHECK_RELRO_SUPPORTED=	no
+CHECK_RELRO_SKIP=	bin/terraform-provider-vultr
 
 UNLIMIT_RESOURCES=	datasize virtualsize
 


Home | Main Index | Thread Index | Old Index