]> git.pld-linux.org Git - packages/rust.git/blobdiff - rust.spec
- disable so check for llvm lib
[packages/rust.git] / rust.spec
index a400c4e393869568d95d7e701d476c7ec828edf3..7130ecb561801c16d8e30ead674f3621a60ed300 100644 (file)
--- a/rust.spec
+++ b/rust.spec
@@ -72,6 +72,9 @@ ExclusiveArch:        %{x8664} %{ix86} %{arm}
 %define local_rust_root %{_builddir}/%{rustc_package}/%{bootstrap_root}
 %endif
 
+# once_call/once_callable non-function libstdc++ symbols
+%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.*
 %define _noautoprovfiles       lib.*-[[:xdigit:]]{8}[.]so.*
This page took 0.059765 seconds and 4 git commands to generate.