Re: oddball messages on FreeBSD that cause make to fail the testsuite

2022-02-15 Thread Dennis Clarke
On 2/15/22 00:38, Paul Smith wrote: On Mon, 2022-02-14 at 18:54 -0500, Dennis Clarke wrote: variable 'plugin_is_GPL_compatible' [-Wmissing-variable-declarations] This is happening because you're adding extra compile-time options to the standard GNU make build, and those options are getting pas

Re: oddball messages on FreeBSD that cause make to fail the testsuite

2022-02-14 Thread Paul Smith
On Mon, 2022-02-14 at 18:54 -0500, Dennis Clarke wrote: > variable 'plugin_is_GPL_compatible' [-Wmissing-variable-declarations] This is happening because you're adding extra compile-time options to the standard GNU make build, and those options are getting passed through to the test suite. Most l