Skip to content

Commit

Permalink
Add msyscall removal to build quirk.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluhm committed Apr 8, 2024
1 parent 81628b1 commit b959fbb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Buildquirks.pm
Original file line number Diff line number Diff line change
Expand Up @@ -995,6 +995,20 @@ my %quirks = (
comment => "OpenBSD/amd64 7.5 release",
release => '7.5',
},
'2024-03-29T06:47:05Z' => {
comment => "kernel removes msyscall check",
updatedirs => [ "sys" ],
prebuildcommands => [
"make -C sys/arch/amd64/compile/GENERIC.MP config",
],
builddirs => [ "sys/arch/amd64/compile/GENERIC.MP" ],
commands => [ "reboot" ],
},
'2024-04-05T13:51:47Z' => {
comment => "ld.so removes msyscall call",
updatedirs => [ "libexec/ld.so" ],
builddirs => [ "libexec/ld.so" ],
},
);

#### Patches ####
Expand Down

0 comments on commit b959fbb

Please sign in to comment.