Bug#397048: gtk-gnutella: FTBFS on ARM

2006-11-09 Thread Christian Biere
This is supposed to be fixed in a portable manner in 0.96.3 now. -- Christian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#397048: gtk-gnutella: FTBFS on ARM

2006-11-04 Thread Paul Brook
Package: gtk-gnutella Version: 0.96.1svn12109-1 Severity: serious Tags: patch Justification: no longer builds from source Build fails on ARM with STATIC_ASSERT failures. The ARM ABI padds structudes to 4-byte boundaries by default. The attached patch adds __attribute__((packed)) to inhibit this