summaryrefslogtreecommitdiffstats
path: root/recipes-extended
Commit message (Collapse)AuthorAgeFilesLines
* meta-clang: Convert to new override syntaxSigned-off-by: Martin Jansa2023-09-082-3/+3
| | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 17737cc4ecd3aea2c978bf83e283bcb08d097487)
* ghostscript: Fix build when using libc++Khem Raj2023-09-081-0/+7
| | | | | | | RUNTIME=llvm means we use libc++ instead of libstdc++ among other things Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 933795217f9142c246c359f92e8320516e5c66a5)
* Fix building ltp and logrotate with clang 12 (and gcc >= 10)Bernhard Rosenkränzer2021-07-143-0/+36
| | | | | | | Modern compilers default to -fno-common -- fixing the way in which multiply defined symbols are handled. Some code needs to be adapted. Signed-off-by: Bernhard Rosenkränzer <bernhard.rosenkraenzer.ext@huawei.com>
* perf,mdadm: Fix build with clangKhem Raj2017-02-111-0/+6
When clang is used to compile python then it needs to be there for building python extentions of perf Signed-off-by: Khem Raj <raj.khem@gmail.com>