Fix lib search path for liburing.a on redhat/centos.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-11-23 21:37:50 +00:00
parent 61085f4707
commit 6705efc760
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -3851,7 +3851,7 @@ dependencies = [
[[package]] [[package]]
name = "rust-librocksdb-sys" name = "rust-librocksdb-sys"
version = "0.40.0+10.7.5" version = "0.40.0+10.7.5"
source = "git+https://github.com/matrix-construct/rust-rocksdb?rev=f111d191918372e3178a3662f5e4b210c0ce2505#f111d191918372e3178a3662f5e4b210c0ce2505" source = "git+https://github.com/matrix-construct/rust-rocksdb?rev=2c0ad2ac6d933f61afb4c79ee2f965ffe2293774#2c0ad2ac6d933f61afb4c79ee2f965ffe2293774"
dependencies = [ dependencies = [
"bindgen", "bindgen",
"bzip2-sys", "bzip2-sys",
@@ -3868,7 +3868,7 @@ dependencies = [
[[package]] [[package]]
name = "rust-rocksdb" name = "rust-rocksdb"
version = "0.44.2" version = "0.44.2"
source = "git+https://github.com/matrix-construct/rust-rocksdb?rev=f111d191918372e3178a3662f5e4b210c0ce2505#f111d191918372e3178a3662f5e4b210c0ce2505" source = "git+https://github.com/matrix-construct/rust-rocksdb?rev=2c0ad2ac6d933f61afb4c79ee2f965ffe2293774#2c0ad2ac6d933f61afb4c79ee2f965ffe2293774"
dependencies = [ dependencies = [
"libc", "libc",
"parking_lot", "parking_lot",

View File

@@ -368,7 +368,7 @@ default-features = false
[workspace.dependencies.rust-rocksdb] [workspace.dependencies.rust-rocksdb]
git = "https://github.com/matrix-construct/rust-rocksdb" git = "https://github.com/matrix-construct/rust-rocksdb"
rev = "f111d191918372e3178a3662f5e4b210c0ce2505" rev = "2c0ad2ac6d933f61afb4c79ee2f965ffe2293774"
default-features = false default-features = false
features = [ features = [
"bzip2", "bzip2",