package/libcurl: drop _GNU_SOURCE workaround
This was needed for 8.14.0, but got fixed in 8.14.1 with:
https://github.com/curl/curl/issues/17512
So drop it again.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit e6567881e46a6cdf5dc8758992bd447e58821d4d)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>