Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-Make-sure-PATH_MAX-is-defined-on-GNU-Hurd.patch | [PATCH 1/3] Make sure PATH_MAX is defined on GNU/Hurd | Andrej Shadura <andrew.shadura@collabora.co.uk> | no | 2020-05-07 | ||
0002-Link-against-lrt-lpthread-on-GNU-Hurd-too.patch | [PATCH 2/3] Link against -lrt -lpthread on GNU/Hurd too | Andrej Shadura <andrew.shadura@collabora.co.uk> | no | 2020-05-07 | ||
0003-Implement-GNU-Hurd-and-BSD-support-inspired-by-the-L.patch | [PATCH 3/3] Implement GNU/Hurd and BSD support inspired by the LLVM implementation | Andrej Shadura <andrew.shadura@collabora.co.uk> | no | 2020-05-07 | ||
0004-Don-t-overwrite-KATI_CXXFLAGS-so-that-the-can-be-pre.patch | Don’t overwrite KATI_CXXFLAGS so that the can be pre-set by the system | Andrej Shadura <andrew.shadura@collabora.co.uk> | no | 2023-01-27 | ||
0005-Drop-march-native.patch | Drop -march=native | Andrej Shadura <andrew.shadura@collabora.co.uk> | no | 2023-01-27 | ||
0006-Prevent-integer-constant-overflow-on-32-bit-systems.patch | Prevent integer constant overflow on 32-bit systems 10 gig doesn’t fit into a 32-bit int. This workaround makes it compile, but this is effectively dead code as such huge values aren’t going to fit into the function argument anyway. src/github.com/google/kati/golang/kati/serialize.go:585:29: error: integer constant overflow 585 | if n >= 10*1000*1000*1000 { | ^ |
Andrej Shadura <andrew.shadura@collabora.co.uk> | no | 2023-01-28 | ||
missing-include.patch | Add missing include | Bastian Germann <bage@debian.org> | no | debian |