mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-16 03:47:21 +00:00
06bc20c07a
drop dynamic-layer Signed-off-by: Armin Kuster <akuster808@gmail.com>
17 lines
475 B
Diff
17 lines
475 B
Diff
Upstream-Status: OE specific
|
|
Signed-off-by: Armin Kuster <akuster808@gmail.com>
|
|
|
|
Index: git/Cargo.toml
|
|
===================================================================
|
|
--- git.orig/Cargo.toml
|
|
+++ git/Cargo.toml
|
|
@@ -71,7 +71,7 @@ static-openssl = [ "openssl/vendored" ]
|
|
# Make sure that Krill crashes on panics, rather than losing threads and
|
|
# limping on in a bad state.
|
|
[profile.release]
|
|
-panic = "abort"
|
|
+#panic = "abort"
|
|
|
|
[dev-dependencies]
|
|
# for user management
|