summaryrefslogtreecommitdiffstats
path: root/recipes-extended/ltp
Commit message (Collapse)AuthorAgeFilesLines
* Fix building ltp and logrotate with clang 12 (and gcc >= 10)Bernhard Rosenkränzer2021-07-141-0/+4
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>