2021-02-10 13:48:42 +00:00
|
|
|
# clang needs libstdc++-devel installed in order to compile c++ programs.
|
|
|
|
addFilter("E: devel-dependency libstdc\+\+-devel")
|
|
|
|
addFilter("E: explicit-lib-dependency libstdc\+\+-devel")
|
2024-05-28 12:51:03 +00:00
|
|
|
# clang installs libear to /usr/lib on all arches, so we have to use
|
|
|
|
# a hard-coded /usr/lib path in order to move it to the python3 sitelib.
|
2021-11-03 15:31:50 +00:00
|
|
|
addFilter("E: hardcoded-library-path in %{_prefix}/lib/{libear")
|