File: zstd.patch

package info (click to toggle)
ncbi-vdb 3.0.2%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 41,756 kB
  • sloc: ansic: 310,503; cpp: 57,986; python: 5,353; perl: 3,392; yacc: 2,158; sh: 706; lex: 570; makefile: 421; xml: 4
file content (15 lines) | stat: -rw-r--r-- 388 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Andreas Tille <tille@debian.org>, Aaron Ucko <ucko@debian.org>
Last-Update: Mon, 22 Nov 2021 22:14:57 -0500
Description: Use Debian packaged libzstd

--- a/libs/vxf/zstd.c
+++ b/libs/vxf/zstd.c
@@ -31,7 +31,7 @@
 #include <klib/log.h>
 #include <vdb/xform.h>
 
-#define ZSTD_STATIC_LINKING_ONLY
+/* #define ZSTD_STATIC_LINKING_ONLY */
 #include <zstd.h>
 
 #ifndef ZSTD_MIN_LEVEL