You are not logged in.
So, I know for sure all applications I am going to run will be installed in 64 bit prefixes.
How can I avoid all lib32-* dependencies?
Last edited by technolog (2014-12-01 12:29:30)
Offline
I think you'd need to recompile wine yourself. I just checked the PKGBUILD from ABS and it looks like it'd be easy to modify. Just strip out the second build of the 32-bit parts and the one slightly counter-intuitive part would be to keep only the i686 part of the conditional for dependencies (as under that condition the multilib dependencies are removed).
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline