diff options
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/uclibc/make.defaults | 4 | ||||
-rw-r--r-- | profiles/uclibc/mips/hardened/make.defaults | 4 | ||||
-rw-r--r-- | profiles/uclibc/mips/mipsel/hardened/make.defaults | 4 | ||||
-rw-r--r-- | profiles/uclibc/ppc/hardened/make.defaults | 4 | ||||
-rw-r--r-- | profiles/uclibc/x86/hardened/make.defaults | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/profiles/uclibc/make.defaults b/profiles/uclibc/make.defaults index be60ba621055..f1006417871d 100644 --- a/profiles/uclibc/make.defaults +++ b/profiles/uclibc/make.defaults @@ -1,6 +1,6 @@ STAGE1_USE="uclibc" -GRP_STAGE23_USE="berkdb ncurses readline zlib uclibc" -USE="berkdb ncurses readline zlib uclibc" +GRP_STAGE23_USE="ncurses readline zlib uclibc" +USE="ncurses readline zlib uclibc" CFLAGS="-Os" CXXFLAGS="${CFLAGS}" diff --git a/profiles/uclibc/mips/hardened/make.defaults b/profiles/uclibc/mips/hardened/make.defaults index 12dce486ac07..dc69158b26a4 100644 --- a/profiles/uclibc/mips/hardened/make.defaults +++ b/profiles/uclibc/mips/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" diff --git a/profiles/uclibc/mips/mipsel/hardened/make.defaults b/profiles/uclibc/mips/mipsel/hardened/make.defaults index 12dce486ac07..dc69158b26a4 100644 --- a/profiles/uclibc/mips/mipsel/hardened/make.defaults +++ b/profiles/uclibc/mips/mipsel/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" diff --git a/profiles/uclibc/ppc/hardened/make.defaults b/profiles/uclibc/ppc/hardened/make.defaults index 12dce486ac07..dc69158b26a4 100644 --- a/profiles/uclibc/ppc/hardened/make.defaults +++ b/profiles/uclibc/ppc/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" 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" |