Package: cufflinks
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu quantal ubuntu-patch

On Ubuntu, Ben Collins has applied the following patch. I believe the
same issue described may also affect Debian. Please consider applying
the attached patch.

Author: Ben Collins <[email protected]>
Description: Update configure.ac to not force -m64.
Just because the compiler supports it, doesn't mean it can compile
natively to it (e.g. on powerpc, you can compile -m64, but there are
no headers for it plus it cannot run on 32-bit systems).

--- cufflinks/configure.ac~	2012-01-02 13:34:14.000000000 +0000
+++ cufflinks/configure.ac	2012-01-18 22:13:30.000000000 +0000
@@ -64,12 +64,7 @@
   i*86-darwin*)
 	CFLAGS="-m64"
 	AC_COMPILE_IFELSE([AC_LANG_PROGRAM], [ext_CFLAGS="-arch x86_64"], []);;
-  *)
-    AC_MSG_CHECKING([if gcc accepts -m64])
-    CFLAGS="-m64"
-    AC_COMPILE_IFELSE([AC_LANG_PROGRAM], [ext_CFLAGS="-m64"; AC_MSG_RESULT([yes])],
-					  [ext_CFLAGS="-D_FILE_OFFSET_BITS=64"; AC_MSG_RESULT([no])]);;
 esac
 
 AC_ARG_ENABLE(vectorize,    [  --enable-vectorize        Enable GCC auto-vectorization],
 			  [ext_CFLAGS="${ext_CFLAGS} -ftree-vectorize -msse3 -ffast-math -ftree-vectorizer-verbose=99"], [])

-- System Information:
Debian Release: wheezy/sid
  APT prefers quantal-updates
  APT policy: (500, 'quantal-updates'), (500, 'quantal-security'), (500, 
'quantal'), (100, 'quantal-backports')
Architecture: amd64 (x86_64)

Kernel: Linux 3.4.0-3-generic (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Reply via email to