aboutsummaryrefslogtreecommitdiff
path: root/net/suricata6/patches/00-fix-soft-float.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net/suricata6/patches/00-fix-soft-float.patch')
-rw-r--r--net/suricata6/patches/00-fix-soft-float.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/suricata6/patches/00-fix-soft-float.patch b/net/suricata6/patches/00-fix-soft-float.patch
new file mode 100644
index 0000000..fb2128e
--- /dev/null
+++ b/net/suricata6/patches/00-fix-soft-float.patch
@@ -0,0 +1,11 @@
+--- a/rust/Cargo.toml.in
++++ b/rust/Cargo.toml.in
+@@ -4,7 +4,7 @@
+ edition = "2018"
+
+ [lib]
+-crate-type = ["staticlib", "rlib"]
++crate-type = ["staticlib", "rlib", "cdylib"]
+ path = "@e_rustdir@/src/lib.rs"
+
+ [profile.release]