v1.5 branch refresh based upon upstream master @ c8677ca89e53e3be7988d54280fce166cc894a7e
[librecmc/librecmc.git] / package / devel / valgrind / patches / 130-fix_arm_arch_detection.patch
1 Description: Fix FTBFS on armhf by correctly detecting the architecture
2 Origin: vendor
3 Bug-Debian: http://bugs.debian.org/730844
4 Author: Alessandro Ghedini <ghedo@debian.org>
5 Last-Update: 2013-11-30
6
7 --- a/configure.ac
8 +++ b/configure.ac
9 @@ -234,7 +234,7 @@ case "${host_cpu}" in
10          ARCH_MAX="s390x"
11          ;;
12  
13 -     armv7*)
14 +     arm*)
15         AC_MSG_RESULT([ok (${host_cpu})])
16         ARCH_MAX="arm"
17         ;;