From 7137fdc6c25d7260c677474f498e3b660b35b8a7 Mon Sep 17 00:00:00 2001 From: John Crispin 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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42197 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 \ -- 2.35.1