projects
/
platform
/
upstream
/
rust-zstd-safe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c7b1da
)
Add feature zdict_builder
author
DongHun Kwak
<dh0128.kwak@samsung.com>
Tue, 4 Apr 2023 02:01:04 +0000
(11:01 +0900)
committer
DongHun Kwak
<dh0128.kwak@samsung.com>
Tue, 4 Apr 2023 02:01:04 +0000
(11:01 +0900)
packaging/rust-zstd-safe.spec
patch
|
blob
|
history
diff --git
a/packaging/rust-zstd-safe.spec
b/packaging/rust-zstd-safe.spec
index c1d3ed7bf7d4e1cee4c89d3f869018e7a9cc23e3..79f75c705cb0f90b0591e5d45a32278f7607a7d1 100644
(file)
--- a/
packaging/rust-zstd-safe.spec
+++ b/
packaging/rust-zstd-safe.spec
@@
-43,6
+43,7
@@
cp %{SOURCE1} .
--crate-name=%{real_crate_name} \
%{?rustc_edition:--edition=%{rustc_edition}} \
--cfg='feature="arrays"' \
+ --cfg='feature="zdict_builder"' \
%rust_dylib_extern libc \
%rust_dylib_extern zstd_sys \
./src/lib.rs