- Add disable-static-library.patch: do not build static library (follow Factory guidelines). OBS-URL: https://build.opensuse.org/request/show/986105 OBS-URL: https://build.opensuse.org/package/show/server:database/flux?expand=0&rev=9
14 lines
327 B
Diff
14 lines
327 B
Diff
diff --git a/libflux/flux/Cargo.toml b/libflux/flux/Cargo.toml
|
|
index b5371672..37aed8dd 100644
|
|
--- a/libflux/flux/Cargo.toml
|
|
+++ b/libflux/flux/Cargo.toml
|
|
@@ -6,7 +6,7 @@ edition = "2021"
|
|
|
|
[lib]
|
|
name = "flux"
|
|
-crate-type = ["rlib", "staticlib", "cdylib"]
|
|
+crate-type = ["rlib", "cdylib"]
|
|
|
|
[features]
|
|
default = ["strict"]
|