Comment 19 for bug 290177

Revision history for this message
Eddi (eddi-depieri) wrote :

I don't know how to build package for 32bit under 64 bit architecture... however you can build them yourself

terminal

# sudo apt-get build-dep network-manager
# mkdir src
# cd src
# apt-get source network-manager
# cd network-manager-0.7~~svn20081018t105859/
# cd src
# wget http://launchpadlibrarian.net/19430481/nm-gsm-device.c.patch
# patch <nm-gsm-device.c.patch
# cd ..
# sudo apt-get install fakeroot build-essential
# fakeroot debian/rules binary
#cd ..
# sudo su
# dpkg -i *.deb
# sudo /etc/init.d/NetworkManager restart

(this is one of the 1^n possibility to build package