Default to linking with libclang instead of using dlopen

epel9
Fabio Valentini 2 years ago
parent 55d213ed8c
commit 7d558b577f
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -0,0 +1,10 @@
--- bindgen-0.63.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ bindgen-0.63.0/Cargo.toml 2022-12-13T11:47:34.400282+00:00
@@ -102,7 +102,6 @@
[features]
default = [
"logging",
- "runtime",
"which-rustfmt",
]
logging = ["log"]

@ -12,6 +12,9 @@ Summary: Automatically generates Rust FFI bindings to C and C++ libraries
License: BSD-3-Clause
URL: https://crates.io/crates/bindgen
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * default to linking with libclang instead of using dlopen
Patch: bindgen-fix-metadata.diff
BuildRequires: rust-packaging >= 21

Loading…
Cancel
Save