https://bugs.winehq.org/show_bug.cgi?id=47198
--- Comment #20 from mail+wine@m-reimer.de --- After 6 hours of trying several different things, I'm giving up on this.
Setting "--dynamic-linker" is a total fail. It allows only one path and there are two different paths needed for 64bit and 32bit build. As wine seems to build binaries for both platforms in one build run, this always causes me to get corrupted binaries.
So I tried to only set "--rpath". This can be given twice, so I was able to specify both paths (32bit and 64bit) to my patched glibc. Compiles fine but throws segmentation fault when executed.
Patching my system main glibc is absolutely no option for me just to play LoL again.
If someone comes up with a working solution to link wine against some patched glibc, please post here so I can create working PKGBUILD's for Arch...