summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-08-18 13:10:16 +0000
committerJohn Crispin <john@openwrt.org>2014-08-18 13:10:16 +0000
commitb5be328624f3642f9a923d22f1ed66398120f75a (patch)
tree625d5b908d87a4b2921fa39dae1400e0c7c9bf06
parent7ba7ddf88e685f053fc13afc72569cd13d0f78f4 (diff)
downloadmtk-20170518-b5be328624f3642f9a923d22f1ed66398120f75a.zip
mtk-20170518-b5be328624f3642f9a923d22f1ed66398120f75a.tar.gz
mtk-20170518-b5be328624f3642f9a923d22f1ed66398120f75a.tar.bz2
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
-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 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 \