valgrind: explicitly disable mpicc compiler
authorJohn Crispin <john@openwrt.org>
Mon, 18 Aug 2014 13:10:16 +0000 (13:10 +0000)
committerJohn Crispin <john@openwrt.org>
Mon, 18 Aug 2014 13:10:16 +0000 (13:10 +0000)
If there's an mpicc compile on the machine, the configure
script will take it, causing a bit of headache.

SVN-Revision: 42197

package/devel/valgrind/Makefile

index a55fb40d804643862b7381982caf6d7d9d5e7670..45d0323dbc3d398e33f7b7d54956d70c1f63b9ae 100644 (file)
@@ -93,6 +93,7 @@ endif
 CONFIGURE_ARGS += \
        --enable-tls \
        --without-x \
+       --without-mpicc \
        --without-uiout \
        --disable-valgrindmi \
        --disable-tui \