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