Преглед изворни кода

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.

SVN-Revision: 42197
John Crispin пре 11 година
родитељ
комит
b5be328624
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      package/devel/valgrind/Makefile

+ 1 - 0
package/devel/valgrind/Makefile

@@ -93,6 +93,7 @@ endif
 CONFIGURE_ARGS += \
 CONFIGURE_ARGS += \
 	--enable-tls \
 	--enable-tls \
 	--without-x \
 	--without-x \
+	--without-mpicc \
 	--without-uiout \
 	--without-uiout \
 	--disable-valgrindmi \
 	--disable-valgrindmi \
 	--disable-tui \
 	--disable-tui \