From: blogic Date: Mon, 18 Aug 2014 13:10:16 +0000 (+0000) Subject: valgrind: explicitly disable mpicc compiler X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=c8e0d3fe0198f3c51175bbe2375e2571385bfe8a;p=openwrt-working-2016%2F.git 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 --- 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 \