]> git.ipfire.org Git - thirdparty/curl.git/commit
build: enable _GNU_SOURCE on GNU/Hurd
authorPino Toscano <toscano.pino@tiscali.it>
Sun, 20 Jul 2025 07:24:37 +0000 (09:24 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 20 Jul 2025 21:13:41 +0000 (23:13 +0200)
commitbed83d9d3323bd007a3475c19b1907b8ec2d80bb
tree9b4672aab96b7027f7599994d10c7e60c89793f4
parent960fb4924523a853d5de8f3062b0776104847311
build: enable _GNU_SOURCE on GNU/Hurd

Unconditionally enable _GNU_SOURCE when building on GNU/Hurd; this way
it is possible to properly use/rely on GNU extensions e.g. accept4(),
memrchr(), and the GNU strerror_r().

Closes #17975
CMakeLists.txt
configure.ac