[email protected] writes: > By the way, can any of the Debian gurus suggest an easy way to > rebuild a Debian package with different build options? And would a > shared library built this way work on SHR?
Here's an example: 1) apt-get source nano 2) cd nano* 3) edit debian/rules and look for the call to "../configure" 4) dpkg-buildpackage -rfakeroot 5) you can now find binary packages in .. _______________________________________________ Openmoko community mailing list [email protected] http://lists.openmoko.org/mailman/listinfo/community

