aboutsummaryrefslogtreecommitdiffstats
path: root/package/devel/valgrind/patches/130-fix_arm_arch_detection.patch
diff options
context:
space:
mode:
authorZoltan Herpai <wigyori@uid0.hu>2016-07-21 08:35:15 +0200
committerGitHub <noreply@github.com>2016-07-21 08:35:15 +0200
commit3f40c83a32466603c4aea2625510aba6921b1a44 (patch)
tree4602b0b85b3791f9b424368d221e95b0cf0120d8 /package/devel/valgrind/patches/130-fix_arm_arch_detection.patch
parent5a7639c2f620aebe30df18af42d61eb5307f4d6d (diff)
parent0881b27ea0d2b4bdad03b1b3d564188702a6c019 (diff)
downloadmaster-187ad058-3f40c83a32466603c4aea2625510aba6921b1a44.tar.gz
master-187ad058-3f40c83a32466603c4aea2625510aba6921b1a44.tar.bz2
master-187ad058-3f40c83a32466603c4aea2625510aba6921b1a44.zip
Merge pull request #37 from wigyori/master
Pull req for mwlwifi, archs38, bcm53xx and core package updates
Diffstat (limited to 'package/devel/valgrind/patches/130-fix_arm_arch_detection.patch')
-rw-r--r--package/devel/valgrind/patches/130-fix_arm_arch_detection.patch17
1 files changed, 17 insertions, 0 deletions
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 <ghedo@debian.org>
+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"
+ ;;