Comment 10 for bug 43324

Revision history for this message
Peter Brown (rendhalver) wrote :

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.