From b5be328624f3642f9a923d22f1ed66398120f75a Mon Sep 17 00:00:00 2001
From: John Crispin <john@openwrt.org>
Date: Mon, 18 Aug 2014 13:10:16 +0000
Subject: [PATCH] valgrind: explicitly disable mpicc compiler

If there's an mpicc compile on the machine, the configure
script will take it, causing a bit of headache.

SVN-Revision: 42197
---
 package/devel/valgrind/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/devel/valgrind/Makefile b/package/devel/valgrind/Makefile
index a55fb40d80..45d0323dbc 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 \
-- 
GitLab