Natanael Copa 9068ee0e3b main/dpkg: remove --host/--build so --print-architecture gets it right
when the --host/--build options was added to the ./configure it caused

  $ dpkg --print-architecture
  uclibc-linux-i386

which broke debootstrap. Without those configure options the restult is:

  $ dpkg --print-architecture
  i386

which makes debootstrap happy.
2013-09-18 12:01:24 +00:00
..