Comment 4 for bug 2036757

Revision history for this message
Matthias Klose (doko) wrote :

these flags are injected by dpkg-buildflags, however you are not really targeting amd64, but i386 (gcc -m32). Calling

DEB_HOST_ARCH=i386 dpkg-buildflags

should give you the correct build flags. Filtering out this flag should be a valid fix as well.