http://bugs.winehq.org/show_bug.cgi?id=4666
--- Comment #51 from manschwetus@gmail.com 2012-12-18 05:52:07 CST ---
(In reply to comment #40)
Compiling adavapi32, kernel32 and ntdll as non-pic code fixes this.
Add something like this to Makefile.in:
+EXTRADLLFLAGS = -fno-pic
+MODCFLAGS = -fno-pic
Hm, I tried to get wine to compile this, but it seems to break things.
Maybe worth to know where to add this, better to have a patch altering this for
current wine (1.5.19)
Regards,
Florian
--
Configure bugmail:
http://bugs.winehq.org/userprefs.cgi?tab=email
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.