File: 2002_use_shared_rocksdb.patch

package info (click to toggle)
oxigraph 0.4.11-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,552 kB
  • sloc: python: 1,866; cpp: 554; sh: 145; makefile: 78
file content (16 lines) | stat: -rw-r--r-- 395 bytes parent folder | download | duplicates (2)
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"]
 
 [dependencies]