https://bugs.winehq.org/show_bug.cgi?id=56171
Bug ID: 56171 Summary: Replace obsolete C_SRCS by SOURCES in Makefile.in Product: Wine-staging Version: 9.0-rc5 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: dmitry@baikal.ru CC: leslie_alistair@hotmail.com, z.figura12@gmail.com Distribution: ---
Since
commit acad49573a7846c0199ea3a8f1bd11c42d647ff4 Author: Alexandre Julliard julliard@winehq.org Date: Wed Nov 1 08:37:19 2023 +0100
makefiles: Always use the global SOURCES variable for .c files.
winehq.git has switched to using SOURCES instead of C_SRCS in Makefile.in however wine-staging still uses C_SRCS in its patchsets that introduce new modules or programs. That leads to build errors on some systems, but obviously rare enough to stay unnoticed. It would be nice to get this fixed before final 9.0 release.
https://bugs.winehq.org/show_bug.cgi?id=56171
Zeb Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED Fixed by SHA1| |f445af0deb269908fc550e3929a | |86012cbca8789
--- Comment #1 from Zeb Figura z.figura12@gmail.com --- Fixed as of f445af0deb269908fc550e3929a86012cbca8789.
https://bugs.winehq.org/show_bug.cgi?id=56171
--- Comment #2 from Dmitry Timoshkov dmitry@baikal.ru --- (In reply to Zeb Figura from comment #1)
Fixed as of f445af0deb269908fc550e3929a86012cbca8789.
Many thanks for the quick fix!
https://bugs.winehq.org/show_bug.cgi?id=56171
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Closing Fixed wine-staging bug.