X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fdevel%2Fvalgrind%2Fpatches%2F130-fix_arm_arch_detection.patch;fp=package%2Fdevel%2Fvalgrind%2Fpatches%2F130-fix_arm_arch_detection.patch;h=c8d203390c8344148f07509006330278dff79639;hb=38813174b2648597bd3ae86289fd1866edf5c6d4;hp=0000000000000000000000000000000000000000;hpb=5a7639c2f620aebe30df18af42d61eb5307f4d6d;p=openwrt-github%2F.git diff --git a/package/devel/valgrind/patches/130-fix_arm_arch_detection.patch b/package/devel/valgrind/patches/130-fix_arm_arch_detection.patch new file mode 100644 index 0000000000..c8d203390c --- /dev/null +++ b/package/devel/valgrind/patches/130-fix_arm_arch_detection.patch @@ -0,0 +1,17 @@ +Description: Fix FTBFS on armhf by correctly detecting the architecture +Origin: vendor +Bug-Debian: http://bugs.debian.org/730844 +Author: Alessandro Ghedini +Last-Update: 2013-11-30 + +--- a/configure.ac ++++ b/configure.ac +@@ -234,7 +234,7 @@ case "${host_cpu}" in + ARCH_MAX="s390x" + ;; + +- armv7*) ++ arm*) + AC_MSG_RESULT([ok (${host_cpu})]) + ARCH_MAX="arm" + ;;