You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
404 B
17 lines
404 B
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"
|
|
;;
|
|
|