[Bug 50766] In Wine Staging 6.3, symbolic links are no longer active and become regular files.

WineHQ Bugzilla wine-bugs at winehq.org
Tue Mar 2 17:27:10 CST 2021


https://bugs.winehq.org/show_bug.cgi?id=50766

--- Comment #10 from Erich E. Hoover <erich.e.hoover at gmail.com> ---
(In reply to DUKE93 from comment #9)
> ...
> What exactly did you have for compilation as a background task?

Step #1 would be to compile wine-staging exactly as-is, but if you don't want
to chew up all your processing then just use regular make (no make -jCOUNT). 
You can run it overnight if you like, there's no rush.

Step #2: When it's done we can tweak the one file (dlls/mountmgr.sys/device.c)
and then run make again (just don't run "make clean").  In this case that would
be to just replace get_fs_flags() with this:
static DWORD get_fs_flags( struct volume *volume )
{
    return FILE_SUPPORTS_REPARSE_POINTS;
}

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list