2011-04-20 15:53:17 +02:00
|
|
|
# This line is mandatory to access the configuration functions
|
|
|
|
from Config import *
|
|
|
|
|
|
|
|
# it is a compiler and the package provides llvm-gcc-devel, llvm-gcc-c++-devel
|
|
|
|
addFilter("devel-file-in-non-devel-package .*/clang/.*/include/.*")
|
2013-06-20 12:03:03 +02:00
|
|
|
addFilter("devel-file-in-non-devel-package .*/clang/.*/lib/.*")
|
2011-04-20 15:53:17 +02:00
|
|
|
|
2013-08-13 09:19:17 +02:00
|
|
|
# PPC64 related hacks, remove these when we can
|
|
|
|
# build shared libs there.
|
|
|
|
addFilter("devel-file-in-non-devel-package .*/lib.*/*.a")
|
|
|
|
addFilter ("libclang.*shlib-policy-name-error")
|