diff --git a/Config.in b/Config.in index eb2c3f0..97dc0a9 100644 --- a/Config.in +++ b/Config.in @@ -249,7 +249,7 @@ menu "--- BOOK Settings" #--- End CLFS specific params #--- HLFS specific params - config GRSECURITY_HOST + config CONFIG_GRSECURITY_HOST bool "Building on grsecurity enabled host?" default n depends on BOOK_HLFS @@ -649,6 +649,11 @@ endmenu # convert CONFIG_XXXX n/y to XXXX 0/1 + config GRSECURITY_HOST + int + default 0 if !CONFIG_GRSECURITY_HOST + default 1 if CONFIG_GRSECURITY_HOST + config COMPARE int default 0 if !CONFIG_COMPARE