aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2022-09-03 18:37:24 +0200
committerJakub Jirutka <jakub@jirutka.cz>2022-09-03 18:44:34 +0200
commita6e40b75eabf0d6a863a91ae17f7d0ae20582d9e (patch)
tree71734578b3085c2d6d9ff4121612261b79aee22c /Cargo.lock
parent532eca7ff94e4710283fb38951a349a83654de59 (diff)
downloadgarage-a6e40b75eabf0d6a863a91ae17f7d0ae20582d9e.tar.gz
garage-a6e40b75eabf0d6a863a91ae17f7d0ae20582d9e.zip
Add feature "system-libs" to enable linking against system libraries
If this feature is enabled, libsodium-sys and zstd-sys will link dynamically against system-provided libraries instead of building and linking statically the bundled (possibly outdated and vulnerable) copies of them. This feature is intended mainly for linux package maintainers.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index fb708a8e..90d77d9f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4140,4 +4140,5 @@ checksum = "2daf2f248d9ea44454bfcb2516534e8b8ad2fc91bf818a1885495fc42bc8ac9f"
dependencies = [
"cc",
"libc",
+ "pkg-config",
]