]> git.pld-linux.org Git - packages/llvm.git/commitdiff
- use newer rpm macros that skip checking std::__once_callable, std::__once_call
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 20 Jun 2018 04:57:57 +0000 (06:57 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 20 Jun 2018 04:57:57 +0000 (06:57 +0200)
llvm.spec

index 3a3c7e938ff05908cfa7fbf30eb5616a45a3003f..52d9731b6b378fc3c0bef10381fd24eed805dd03 100644 (file)
--- a/llvm.spec
+++ b/llvm.spec
@@ -82,6 +82,7 @@ BuildRequires:        perl-base >= 1:5.6
 BuildRequires: perl-tools-pod
 BuildRequires: python >= 1:2.7
 BuildRequires: rpm-pythonprov
+BuildRequires: rpmbuild(macros) >= 1.734
 %{?with_doc:BuildRequires:     sphinx-pdg}
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
@@ -153,9 +154,6 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                filterout_cxx   -fvar-tracking-assignments -Werror=format-security
 %define                filterout_ccpp  -fvar-tracking-assignments
 
-# std::__once_call, std::__once_callable non-function symbols
-%define                skip_post_check_so      libclang.so.* liblldb.so.*
-
 %description
 LLVM is a compiler infrastructure designed for compile-time,
 link-time, runtime, and idle-time optimization of programs from
This page took 0.18713 seconds and 4 git commands to generate.