[packages/rust] - disable so check for llvm lib
baggins
baggins at pld-linux.org
Tue Jun 27 07:20:08 CEST 2017
commit 19f987498f6429ad0ad83145e976b24108f05d4c
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Tue Jun 27 07:19:45 2017 +0200
- disable so check for llvm lib
rust.spec | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/rust.spec b/rust.spec
index a400c4e..7130ecb 100644
--- 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.*
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/rust.git/commitdiff/19f987498f6429ad0ad83145e976b24108f05d4c
More information about the pld-cvs-commit
mailing list