diff options
Diffstat (limited to 'recipes-security/krill/files/panic_workaround.patch')
| -rw-r--r-- | recipes-security/krill/files/panic_workaround.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes-security/krill/files/panic_workaround.patch b/recipes-security/krill/files/panic_workaround.patch new file mode 100644 index 0000000..9b08cb5 --- /dev/null +++ b/recipes-security/krill/files/panic_workaround.patch | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | Upstream-Status: OE specific | ||
| 2 | Signed-off-by: Armin Kuster <akuster808@gmail.com> | ||
| 3 | |||
| 4 | Index: git/Cargo.toml | ||
| 5 | =================================================================== | ||
| 6 | --- git.orig/Cargo.toml | ||
| 7 | +++ git/Cargo.toml | ||
| 8 | @@ -71,7 +71,7 @@ static-openssl = [ "openssl/vendored" ] | ||
| 9 | # Make sure that Krill crashes on panics, rather than losing threads and | ||
| 10 | # limping on in a bad state. | ||
| 11 | [profile.release] | ||
| 12 | -panic = "abort" | ||
| 13 | +#panic = "abort" | ||
| 14 | |||
| 15 | [dev-dependencies] | ||
| 16 | # for user management | ||
