July 10, 2026
6:05 a.m.
http://bugs.winehq.org/show_bug.cgi?id=59979 --- Comment #5 from dancingmirrors@icloud.com --- I'm having trouble getting a non-distribution version of Wine going at the moment as the installed result just crashes endlessly for various reasons but I think my patch isn't really addressing the real problem. static int libc_addr_cb( struct dl_phdr_info *info, size_t size, void *arg ) { const char *p; if ((p = strrchr( info->dlpi_name, '/' ))) ++p; else p = info->dlpi_name; if (strcmp( p, "libc.so.6" )) return 0; } Maybe there's a better way to check this kind of thing? -- 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.