[LEDE-DEV] [BUG] package/devel/valgrind: cannot build for sunxi

Heinrich Schuchardt xypron.glpk at gmx.de
Mon Jul 4 15:41:30 PDT 2016


Debian has the following patch in
http://http.debian.net/debian/pool/main/v/valgrind/valgrind_3.11.0-1.debian.tar.xz

Description: Fix FTBFS on armhf by correctly detecting the architecture
Origin: vendor
Bug-Debian: http://bugs.debian.org/730844
Author: Alessandro Ghedini <ghedo at debian.org>
Last-Update: 2013-11-30

--- a/configure.ac
+++ b/configure.ac
@@ -234,7 +234,7 @@
         ARCH_MAX="s390x"
         ;;

-     armv7*)
+     arm*)
 	AC_MSG_RESULT([ok (${host_cpu})])
 	ARCH_MAX="arm"
 	;;





More information about the Lede-dev mailing list