Edit

IABSD.fr/ports/lang/ruby/3.2

Branch :

  • Show log

    Commit

  • Author : kettenis
    Date : 2023-09-24 11:19:29
    Hash : 7b48ffd6
    Message : The configure script attempts to enable PAC by checking for the -mbranch-protection=pac-ret compiler option and using that in the build. On OpenBSD this actually disables BTI support. Change the configure script to use -mbranch-protection=standard instead. ok jeremy@