libevent icon indicating copy to clipboard operation
libevent copied to clipboard

Cmake build: redundant _GNU_SOURCE definition

Open francoisk opened this issue 3 years ago • 1 comments

_GNU_SOURCE is defined in the private config header but also on the compiler command-line for every object.

https://github.com/libevent/libevent/blob/b19af675c7601a7867f26c33072cda7ea125adb2/CMakeLists.txt#L399-L402

https://github.com/libevent/libevent/blob/b19af675c7601a7867f26c33072cda7ea125adb2/evconfig-private.h.cmake#L8-L10

francoisk avatar Sep 08 '22 16:09 francoisk

Refs #460

azat avatar Sep 11 '22 20:09 azat