valgrind: explicitly disable mpicc compiler
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 18 Aug 2014 13:10:16 +0000 (13:10 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
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.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42197 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/devel/valgrind/Makefile

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