mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-21 05:32:40 +02:00
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.