pkgsrc-Changes archive

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

Re: CVS commit: pkgsrc/net/terraform-provider-aws



* On 2021-01-28 at 18:00 GMT, Travis Paul wrote:

> Module Name:  pkgsrc
> Committed By: tpaul
> Date:         Thu Jan 28 18:00:30 UTC 2021
> 
> Modified Files:
>       pkgsrc/net/terraform-provider-aws: Makefile
> 
> Log Message:
> terraform-provider-aws: Add CHECK_RELRO_SKIP
> 
> golang doesn't support RELRO on NetBSD
> Allows the package to build when PKGSRC_USE_RELRO=yes is set

We set RELRO_SUPPORTED=no in lang/go/go-vars.mk which should
completely disable RELRO across go packages, but it does depend on
bsd.prefs.mk include ordering.

You may be able to change these packages so that they pick up that
setting and avoid having to maintain per-package CHECK_* skip lists.

-- 
Jonathan Perkin  -  Joyent, Inc.  -  www.joyent.com



Home | Main Index | Thread Index | Old Index