From b5c6c2c9b347133a8a9cc7f5f17d356e53504b9a Mon Sep 17 00:00:00 2001 From: lace <> Date: Wed, 15 Feb 2006 11:07:15 +0000 Subject: [PATCH] Fixed glibc Bugs listing - one Bug forgotten, one Bug mislabeled. --- project/staticbuild/Index.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project/staticbuild/Index.pm b/project/staticbuild/Index.pm index f802a74..c7f641f 100644 --- a/project/staticbuild/Index.pm +++ b/project/staticbuild/Index.pm @@ -105,7 +105,8 @@ my @bugs=( "glibc-2.3.5-10.3"=>[ bug($sources,1043,"--enable-static-nss false warnings"), bug($sources,1044,'--enable-static-nss nsswitch "compat"'), - bug($sources,1045,"new --enable-static-gconv"), + bug($sources,1045,"--disable-shared / --enable-static-nss build fix"), + bug($sources,1050,"new --enable-static-gconv"), ], "gnome-vfs2-2.10.0-5"=>[ bug($gnome, 47053,"new --with-included-filesystems"), -- 1.8.3.1