Skip to content
  • boklm's avatar
    Bug 25860: Clean up OpenSSL's configure options for Windows · ba7b30a9
    boklm authored
    Avoid duplicating Windows CFLAGS and LDFLAGS. Instead, use the flags
    defined in rbm.conf.
    
    This also means we are now using -fstack-protector-strong instead of
    -fstack-protector-all for building openssl.
    
    We update the CFLAGS/LDFLAGS defined in rbm.conf to move
    var/flag_mwindows at the end, because openssl's Configure script does
    not like having an argument starting with a space.
    ba7b30a9