diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-31 15:40:48 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-31 15:40:48 +0000 |
commit | ebf88d6e06856d0872530acb594c6f50cbc8d349 (patch) | |
tree | d5c72d2ea1bee5a69dc79a855378d629d6ec77ea /profiles | |
parent | Revision bump, security bug #290218. (diff) | |
download | gentoo-2-ebf88d6e06856d0872530acb594c6f50cbc8d349.tar.gz gentoo-2-ebf88d6e06856d0872530acb594c6f50cbc8d349.tar.bz2 gentoo-2-ebf88d6e06856d0872530acb594c6f50cbc8d349.zip |
Remove reference to isdnlog from here, it's not used by anything.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/uclibc/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/uclibc/make.defaults b/profiles/uclibc/make.defaults index 02e5306be637..e3b661e9ff97 100644 --- a/profiles/uclibc/make.defaults +++ b/profiles/uclibc/make.defaults @@ -1,6 +1,6 @@ STAGE1_USE="uclibc" GRP_STAGE23_USE="ncurses readline zlib uclibc" -USE="ncurses readline zlib uclibc -fortran -pam -berkdb -ipv6 -pppd -isdnlog" +USE="ncurses readline zlib uclibc -fortran -pam -berkdb -ipv6 -pppd" CFLAGS="-Os" CXXFLAGS="${CFLAGS}" PORTAGE_LIBC="uClibc" |