Bug#660309: tophat: broken code in configure script for determining CFLAGS

2012-02-17 Thread peter green
* I have not determined exactly how it is broken but it seems to be passing on all architectures. My suspsicion is the CFLAGS set before the test aren't actually being used. Furthermore even if the -m64 test were to be fixed it should not be used in debian as on some systems it may be accepted

Bug#660309: tophat: broken code in configure script for determining CFLAGS

2012-02-17 Thread peter green
Package: tophat Version: 1.4.1-1 Severity: serious tags: patch The configure.ac file in your package contains code to determine c compiler flags based on architecture. Unfortunately this code is horriblly broken. On i386 the configure script uses -march=i686. This is not acceptable in debian