aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-08-18 13:10:16 +0000
committerJohn Crispin <blogic@openwrt.org>2014-08-18 13:10:16 +0000
commit7137fdc6c25d7260c677474f498e3b660b35b8a7 (patch)
treec4c29ffd10921ba7667280bf213308506fb3f2f0 /package
parent3652210b32caf3fc84c23f340769fb0c86ad3096 (diff)
downloadupstream-7137fdc6c25d7260c677474f498e3b660b35b8a7.tar.gz
upstream-7137fdc6c25d7260c677474f498e3b660b35b8a7.tar.bz2
upstream-7137fdc6c25d7260c677474f498e3b660b35b8a7.zip
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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42197 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/devel/valgrind/Makefile1
1 files changed, 1 insertions, 0 deletions
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 \