[OpenWrt-Devel] [PATCH] valgrind: explicitly disable mpicc compiler

Alexandru Ardelean ardeleanalex at gmail.com
Thu Aug 14 07:27:14 EDT 2014


If there's an mpicc compile on the machine, the configure
script will take it, causing a bit of headache.
---
 package/devel/valgrind/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/devel/valgrind/Makefile b/package/devel/valgrind/Makefile
index a55fb40..45d0323 100644
--- a/package/devel/valgrind/Makefile
+++ b/package/devel/valgrind/Makefile
@@ -93,6 +93,7 @@ endif
 CONFIGURE_ARGS += \
 	--enable-tls \
 	--without-x \
+	--without-mpicc \
 	--without-uiout \
 	--disable-valgrindmi \
 	--disable-tui \
-- 
1.8.4.5
_______________________________________________
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