Files
gentoo/dev-libs/libuv/files/libuv-1.52.1-hurd.patch
Sam James 9300efa968 dev-libs/libuv: fix build on Hurd
Also, sync live.

Closes: https://bugs.gentoo.org/971850
Thanks-to: Alfred Wingate <parona@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
2026-04-01 20:45:19 +01:00

13 lines
439 B
Diff

https://bugs.gentoo.org/971850
_GNU_SOURCE was lost in some places with: https://github.com/libuv/libuv/commit/5c19f73aa206fcd2be55e2f20aaa8939b3cc5ff9
--- a/Makefile.am
+++ b/Makefile.am
@@ -479,6 +479,7 @@ endif
if HURD
uvinclude_HEADERS += include/uv/posix.h
+libuv_la_CFLAGS += -D_GNU_SOURCE
libuv_la_SOURCES += src/unix/bsd-ifaddrs.c \
src/unix/no-fsevents.c \
src/unix/no-proctitle.c \