[Bug 3719] receiving errors when attempting to compile openssh 9.8
    bugzilla-daemon at mindrot.org 
    bugzilla-daemon at mindrot.org
       
    Sun Aug 18 11:31:36 AEST 2024
    
    
  
https://bugzilla.mindrot.org/show_bug.cgi?id=3719
Darren Tucker <dtucker at dtucker.net> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dtucker at dtucker.net
--- Comment #1 from Darren Tucker <dtucker at dtucker.net> ---
-fret-clean is a new compiler option introduced after OpenBSD 7.5. 
Arguably we should not have included it in a tarball intended at least
partially for 7.5.  You can work around this by commenting it out in
Makefile.inc, eg:
.if ${MACHINE} == "amd64"
#CFLAGS+=       -fret-clean
.endif
-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
    
    
More information about the openssh-bugs
mailing list