diff -Nru liburcu-0.7.7/debian/changelog liburcu-0.7.7/debian/changelog --- liburcu-0.7.7/debian/changelog 2013-08-02 01:43:34.000000000 +0000 +++ liburcu-0.7.7/debian/changelog 2013-09-23 17:11:06.000000000 +0000 @@ -1,3 +1,9 @@ +liburcu (0.7.7-1+rpi1) jessie-staging; urgency=low + + * Disable use of armv7 options in configure.ac + + -- Peter Michael Green Mon, 23 Sep 2013 17:10:40 +0000 + liburcu (0.7.7-1) unstable; urgency=low * [168b2c5] New upstream version 0.7.7 diff -Nru liburcu-0.7.7/debian/patches/no-armv7-crap.patch liburcu-0.7.7/debian/patches/no-armv7-crap.patch --- liburcu-0.7.7/debian/patches/no-armv7-crap.patch 1970-01-01 00:00:00.000000000 +0000 +++ liburcu-0.7.7/debian/patches/no-armv7-crap.patch 2013-09-23 17:11:06.000000000 +0000 @@ -0,0 +1,21 @@ +Description: Don't pass armv7 options + The configure script mis-detects the raspbian build environment as + armv7 and proceeds to pass armv7 options to the compiler. This + patch disables that behavious +Author: Peter Michael Green + +--- liburcu-0.7.6.orig/configure.ac ++++ liburcu-0.7.6/configure.ac +@@ -91,9 +91,9 @@ AS_IF([test "x$SUBARCHTYPE" = xx86compat + AC_DEFINE([CONFIG_RCU_COMPAT_ARCH], [1]) + ]) + +-AS_IF([test "$host_cpu" = "armv7l"],[ +- CFLAGS="$CFLAGS -mcpu=cortex-a9 -mtune=cortex-a9 -O1" +-]) ++#AS_IF([test "$host_cpu" = "armv7l"],[ ++# CFLAGS="$CFLAGS -mcpu=cortex-a9 -mtune=cortex-a9 -O1" ++#]) + + # ARM-specific checks + AS_IF([test "x$ARCHTYPE" = "xarm"],[ diff -Nru liburcu-0.7.7/debian/patches/series liburcu-0.7.7/debian/patches/series --- liburcu-0.7.7/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ liburcu-0.7.7/debian/patches/series 2013-09-23 17:12:26.000000000 +0000 @@ -0,0 +1 @@ +no-armv7-crap.patch