[OpenWrt-Devel] [BUG] package/devel/valgrind: cannot build for sunxi

Heinrich Schuchardt xypron.glpk at gmx.de
Mon Jul 4 18:41:30 EDT 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"
 	;;
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list