Ok. I made this: # apt-get install pentium-builder # export DEBIAN_BUILDARCH=i686 # apt-get source -b postgresql-8.0 The result was a i386.deb package. It would not have to be i686.deb? I tried with IPtraf too and result was i386.deb too. Thanks! Eriberto Dave Ewart escreveu:
If you want to optimized for your own architecture, then 'apt-get source postgresql' and change the build options to make your own :-) This should be fairly simple.