CVSROOT: /cvs Module name: ports Changes by: [email protected] 2023/09/24 05:19:29
Modified files:
lang/ruby/3.2 : Makefile
lang/ruby/3.2/patches: patch-configure
Log 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@
