소스 검색

add "patented"-build flag to allow packages being with and without patented technology

SVN-Revision: 21050
Mirko Vogt 15 년 전
부모
커밋
a34c4b6ec6
1개의 변경된 파일8개의 추가작업 그리고 1개의 파일을 삭제
  1. 8 1
      Config.in

+ 8 - 1
Config.in

@@ -170,9 +170,16 @@ choice
 		depends !USE_EGLIBC
 		depends !USE_EGLIBC
 		help
 		help
 		  This will install binaries stripped using sstrip
 		  This will install binaries stripped using sstrip
-
 endchoice
 endchoice
 
 
+config BUILD_PATENTED
+	default y
+	bool "Compile with support for patented functionality"
+	help
+	  When this option is disabled, software which provides patented functionality will not be built.
+	  In case software provides optional support for patented functionality,
+	  this optional support will get disabled for this package.
+
 config STRIP_ARGS
 config STRIP_ARGS
 	string
 	string
 	prompt "Strip arguments"
 	prompt "Strip arguments"