mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
Also, sync live. Closes: https://bugs.gentoo.org/971850 Thanks-to: Alfred Wingate <parona@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
13 lines
439 B
Diff
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 \
|