]> git.pld-linux.org Git - packages/rust.git/blobdiff - rust.spec
- rel 1, no need for release bump
[packages/rust.git] / rust.spec
index 357c09bc50c619541ae12a71ff5bb375d8693910..db9cfcc4c7dba618726b857918e1092820663ea0 100644 (file)
--- a/rust.spec
+++ b/rust.spec
@@ -78,7 +78,7 @@ ExclusiveArch:        %{x8664} %{ix86}
 %define                rustlibdir      %{common_libdir}/rustlib
 
 # once_call/once_callable non-function libstdc++ symbols
-%define                skip_post_check_so      'librustc_llvm-.*\.so.*'
+%define                skip_post_check_so      'librustc_.*llvm-.*\.so.*'
 
 # ALL Rust libraries are private, because they don't keep an ABI.
 %define                _noautoreqfiles         lib.*-[[:xdigit:]]{8}[.]so.*
@@ -208,7 +208,7 @@ find src/vendor -name .cargo-checksum.json \
        --disable-debuginfo-only-std \
        --enable-debuginfo \
        --enable-llvm-link-shared \
-       --enable-local-rust --local-rust-root=%{local_rust_root} \
+       --local-rust-root=%{local_rust_root} \
        --enable-vendor \
        --llvm-root=%{_prefix} \
        --release-channel=%{channel}
This page took 0.052844 seconds and 4 git commands to generate.