Author: blogic
Date: 2014-08-18 15:10:16 +0200 (Mon, 18 Aug 2014)
New Revision: 42197

Modified:
   trunk/package/devel/valgrind/Makefile
Log:
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.

Modified: trunk/package/devel/valgrind/Makefile
===================================================================
--- trunk/package/devel/valgrind/Makefile       2014-08-18 13:10:11 UTC (rev 
42196)
+++ trunk/package/devel/valgrind/Makefile       2014-08-18 13:10:16 UTC (rev 
42197)
@@ -93,6 +93,7 @@
 CONFIGURE_ARGS += \
        --enable-tls \
        --without-x \
+       --without-mpicc \
        --without-uiout \
        --disable-valgrindmi \
        --disable-tui \
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to