Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
07_special-chars-build-path.diff | kBuild and any package using it FTBFS if the build path contains special characters (mostly anything except [a-zA-Z0-9\-]). This is fixed by using the static linking method from GCC3PLAIN.kmk on all other profiles. =================================================================== |
Felix Geyer <debfx-pkg@fobos.de> | yes | upstream | ||
do-not-build-docs.patch | Docs are non-DFSG diff --git a/src/kmk/configure.ac b/src/kmk/configure.ac index 76a38a2..69b09c8 100644 |
Gianfranco Costamagna <locutusofborg@debian.org> | no | 2019-01-07 | ||
build-fix | fix build by using the correct echo binary, not the builtin one. Builtin echo does not escape regexes by default, so when mknodes generates nodes.c, a line such as: TRACE2((psh, "copyfunc: %p - %u refs\n", n->pblock, refs)); K_NOREF(refs); gets translated into TRACE2((psh, "copyfunc: %p - %u refs ", n->pblock, refs)); K_NOREF(refs); making the program FTBFS. This patch fixes the build failure. |
Gianfranco Costamagna <locutusofborg@debian.org> | no | |||
assert.patch | Use assert ehen kHlpAssertBreakpoint is not available =================================================================== |
Gianfranco Costamagna <locutusofborg@debian.org> | no | 2020-11-10 |