diff options
Diffstat (limited to 'profiles/uclibc/x86/hardened/make.defaults')
-rw-r--r-- | profiles/uclibc/x86/hardened/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/uclibc/x86/hardened/make.defaults b/profiles/uclibc/x86/hardened/make.defaults index 12dce486ac07..dc69158b26a4 100644 --- a/profiles/uclibc/x86/hardened/make.defaults +++ b/profiles/uclibc/x86/hardened/make.defaults @@ -1,3 +1,3 @@ STAGE1_USE="uclibc hardened pic" -GRP_STAGE23_USE="berkdb ncurses readline zlib uclibc hardened pic" -USE="berkdb ncurses readline zlib uclibc hardened pic" +GRP_STAGE23_USE="ncurses readline zlib uclibc hardened pic" +USE="ncurses readline zlib uclibc hardened pic" |