diff options
author | Ned Ludd <solar@gentoo.org> | 2005-06-20 15:11:27 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2005-06-20 15:11:27 +0000 |
commit | 5cb16e5f9e8b15c507ca54c5c0160809a7d52b56 (patch) | |
tree | f459238c54e1098cbea6f0c3364aaba6f1df41cc /profiles/uclibc | |
parent | stable on alpha amd64 (diff) | |
download | gentoo-2-5cb16e5f9e8b15c507ca54c5c0160809a7d52b56.tar.gz gentoo-2-5cb16e5f9e8b15c507ca54c5c0160809a7d52b56.tar.bz2 gentoo-2-5cb16e5f9e8b15c507ca54c5c0160809a7d52b56.zip |
- drop bad habits we initially inherited from base and hardened profiles
Diffstat (limited to 'profiles/uclibc')
-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" |