Did you build with ports-gcc and fail the same way or did it not build at all?

I was going to do some tests along this line but haven't had time.


-    if sys.platform != 'openbsd5':
+    if not sys.platform.startswith('openbsd'):
         conf.ADD_LDFLAGS("-Wl,--export-dynamic", testflags=True)

Maybe we do actually want to export-dynamic here.

Once I finish building and test the file server of 4.8.11, I'll remove the 
above and see
if there is any difference in behaviour.


Ian McWilliam

________________________________
From: [email protected] <[email protected]> on behalf of Stuart 
Henderson <[email protected]>
Sent: Monday, 8 April 2019 10:49 PM
To: ports; Ian McWilliam; Christian Weisgerber
Subject: Re: [SECURITY] samba-4.8.11

On 2019/04/08 10:57, Jeremie Courreges-Anglas wrote:
>
> Hi,
>
> samba-4.8.11 has just been released:
>
>   https://www.samba.org/samba/history/samba-4.8.11.html
>
> samba might be crippled right now, I'd prefer to put this in right now
> for 6.5 (and backport the update to 6.4).
>
> ok?

I think we want this for release if possible.

I tried a "COMPILER=ports-gcc" build on amd64 but that didn't work, have
you had chance to test on !clang?


Reply via email to