Commit 82af0ea4eeb61466fabcd04dfcedee06a1ce3204

Azat Khuzhin 2022-11-20T22:18:37

cmake: remove redundant _GNU_SOURCE definition As reported by @francoisk: `_GNU_SOURCE` is defined in the private config header but also on the compiler command-line for every object. Fixes: #1333