File: 2002_use_shared_rocksdb.patch

package info (click to toggle)
oxigraph 0.5.0~beta2-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 10,148 kB
  • sloc: python: 1,943; cpp: 158; sh: 145; makefile: 78
file content (16 lines) | stat: -rw-r--r-- 401 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: use system-shared rocksdb by default
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2023-11-18
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/oxrocksdb-sys/Cargo.toml
+++ b/oxrocksdb-sys/Cargo.toml
@@ -13,6 +13,7 @@
 links = "rocksdb"
 
 [features]
+default = ["pkg-config"]
 pkg-config = ["dep:pkg-config"]
 
 [build-dependencies]