today i was mucking about with building wine from the source packages on my 
feisty amd64 box as i have been on random occasions for a while.
today i thought i would try getting wine built as a 32bit app.
so using the LDFLAGS from the Ubuntu section of this page 
http://wiki.winehq.org/WineOn64bit.
i was not sure which file to put them in and after working out that 
debian/rules seemed to be the place i added those LDFLAGS to this bit of that 
file.

ifeq ($(DEB_BUILD_ARCH), amd64)
        LDFLAGS="-L/lib32 -L/usr/lib32 -Wl,-rpath,/lib32 -Wl,-rpath,/usr/lib32"
endif

so after much compiling it seems to have worked and i installed the
resulting packages and now i am going to do some more testing and see
what breaks and what works.

i have generated a diff file and attached it.
my package skills are a little lacking but i am happy to help with more testing 
as required.

** Attachment added: "patch for building 32bit wine on amd64"
   http://librarian.launchpad.net/5780894/wine-0.9.29-amd64.diff

-- 
There is no 64 bit package available.
https://launchpad.net/bugs/43324

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to