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 | 0ea6173f31cad19122c5a3eb2aa0b4bfb6fe0416 (patch) | |
tree | aaec4fd712d9a9479ff3886562f2a70c134f7a54 /profiles/uclibc | |
parent | Revision bump, security bug #290218. (diff) | |
download | historical-0ea6173f31cad19122c5a3eb2aa0b4bfb6fe0416.tar.gz historical-0ea6173f31cad19122c5a3eb2aa0b4bfb6fe0416.tar.bz2 historical-0ea6173f31cad19122c5a3eb2aa0b4bfb6fe0416.zip |
Remove reference to isdnlog from here, it's not used by anything.
Diffstat (limited to 'profiles/uclibc')
-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" |