Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
build.patch | Build fixes * Preserve build flags * Echo commands * Skip installing udev and systemd files |
Stephen Kitt <skitt@debian.org> | no | |||
hidden-symbols.patch | Explicitly identify symbols to export | Stephen Kitt <skitt@debian.org> | no | |||
gcc-13.patch | commit 0c74b54399caf302e1c1986c4a0ea6affc3175ff Include cstdint for uint16_t Starting with GCC 13, cstdint is included by fewer headers and needs to be explicitly included in help.h, so that uint16_t is defined. See https://gcc.gnu.org/gcc-13/porting_to.html for details. Signed-off-by: Stephen Kitt <steve@sk2.org> diff --git a/src/helpers/help.h b/src/helpers/help.h index 1d176f0..6f57ee7 100644 |
Stephen Kitt <steve@sk2.org> | no | 2023-06-25 |