Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
02-fix-cmake-install-location.patch | no | |||||
gcc12-ftbfs-fixes.patch | Thwart overeager g++12 interprocedural optimization When building the static library g++12 IPA does some inlining which amounts to statement-reordering that then causes a use-after-free in src/containers/map.cc:bctbx_iterator_ullong_get_next_and_delete() and src/containers/map.cc:bctbx_iterator_cchar_get_next_and_delete() which breaks the build. This patch prevents the inlining. . This could also be a GCC bug. |
Dennis Filder <d.filder@web.de> | no | 2022-07-24 | ||
fix-bc_git_version.patch | Don't try to produce gitversion.h if git is not installed | no |