[PATCH 0/1] MR7681: server/Makefile.in: pass INOTIFY_CFLAGS to UNIX_CFLAGS
28 Mar
2025
28 Mar
'25
3:58 a.m.
server.c is including inotify headers, but the Makefile isn't using the INOTIFY_CFLAGS it discovered in configure -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7681
28 Mar
28 Mar
3:58 a.m.
New subject: [PATCH 1/1] server/Makefile.in: pass INOTIFY_CFLAGS to UNIX_CFLAGS
From: Robert Lippmann <robert.lippmann.development(a)gmail.com> --- server/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/server/Makefile.in b/server/Makefile.in index 7e571ac2ba6..262b6756657 100644 --- a/server/Makefile.in +++ b/server/Makefile.in @@ -48,5 +48,6 @@ SOURCES = \ winstation.c UNIX_LIBS = $(LDEXECFLAGS) $(RT_LIBS) $(INOTIFY_LIBS) $(PROCSTAT_LIBS) +UNIX_CFLAGS = $(INOTIFY_CFLAGS) unicode_EXTRADEFS = -DBINDIR="\"${bindir}\"" -DDATADIR="\"${datadir}\"" -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/7681
264
Age (days ago)
264
Last active (days ago)
1 comments
2 participants
participants (2)
-
Robert Lippmann -
Robert Lippmann (@rlippmann)