From: John Crispin Date: Mon, 18 Aug 2014 13:10:16 +0000 (+0000) Subject: valgrind: explicitly disable mpicc compiler X-Git-Tag: reboot~6185 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=b5be328624f3642f9a923d22f1ed66398120f75a 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 --- 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 \