tstellar / rpms / clang

Forked from rpms/clang 6 years ago
Clone
56d54b9
# clang needs libstdc++-devel installed in order to compile c++ programs.
56d54b9
addFilter("E: devel-dependency libstdc\+\+-devel")
56d54b9
addFilter("E: explicit-lib-dependency libstdc\+\+-devel")
eaac7c9
# clang installs libear to /usr/lib on all arches, so we have to use
eaac7c9
# a hard-coded /usr/lib path in order to move it to the python3 sitelib.
eaac7c9
addFilter("E: hardcoded-library-path in %{_prefix}/lib/{libear")