https://bugs.winehq.org/show_bug.cgi?id=44553
--- Comment #5 from Zhenya Zenitur@yandex.ru --- Now it compiles, but without any krb5 support. Wine 3.0 has libkrb5.so.3()(64bit) dependency, however Wine 3.2 haven't.
If you do not mind, try to debug it using my VM image. It's just 2,4 Gb when compressed, and 16 Gb uncompressed. Just start it using VirtualBox.
After running "rpmbuild --rebuild wine-3.2-753.1.src.rpm" you need to go /usr/src/packages/SPECS and edit wine.spec. Switch them gcc47 dep to gcc48, add Patch1 (also put krb5.diff into SOURCES dir), and uncomment "autoreconf -i -f". When start "rpmbuild -ba wine.spec". When you'll see the same with me.
But I'm not a programmer and I can't write a code.