소스 검색

iperf: don't silently enable C++ support in toolchain

Peter Korsgaard 17 년 전
부모
커밋
e0d304adc6
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      package/iperf/Config.in

+ 4 - 1
package/iperf/Config.in

@@ -1,8 +1,11 @@
 config BR2_PACKAGE_IPERF
 	bool "iperf"
-	select BR2_INSTALL_LIBSTDCPP
+	depends on BR2_INSTALL_LIBSTDCPP
 	help
 	  Internet Protocol bandwidth measuring tool for measuring
 	  TCP/UDP performance.
 
 	  http://dast.nlanr.net/projects/iperf/
+
+comment "iperf requires a toolchain with C++ support enabled"
+	depends on !BR2_INSTALL_LIBSTDCPP