add "patented"-build flag to allow packages being with and without patented technology
SVN-Revision: 21050
This commit is contained in:
parent
bf12a75a87
commit
a34c4b6ec6
1 changed files with 8 additions and 1 deletions
|
@ -170,9 +170,16 @@ choice
|
|||
depends !USE_EGLIBC
|
||||
help
|
||||
This will install binaries stripped using sstrip
|
||||
|
||||
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
|
||||
string
|
||||
prompt "Strip arguments"
|
||||
|
|
Loading…
Reference in a new issue