]> git.pld-linux.org Git - packages/rust.git/commitdiff
- disable so check for llvm lib
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 27 Jun 2017 05:19:45 +0000 (07:19 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Tue, 27 Jun 2017 05:19:45 +0000 (07:19 +0200)
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.259966 seconds and 4 git commands to generate.