# --- T2-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # T2 SDE: package/.../glibc/test-hotfix.patch # Copyright (C) 2011 The T2 SDE Project # # More information can be found in the files COPYING and README. # # This patch file is dual-licensed. It is available under the license the # patched project is licensed under, as long as it is an OpenSource license # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms # of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # --- T2-COPYRIGHT-NOTE-END --- --- glibc-2.13/scripts/test-installation.pl.vanilla 2011-03-16 10:35:34.000000000 +0100 +++ glibc-2.13/scripts/test-installation.pl 2011-03-16 10:35:36.000000000 +0100 @@ -105,7 +105,7 @@ # - libdb1 since it conflicts with libdb # - libnss1_* from glibc-compat add-on # - libthread_db since it contains unresolved references - if ($name ne "nss_ldap" && $name ne "db1" + if ($name ne "nss_ldap" && $name ne "db1" && $name ne "nss_test1" && !($name =~/^nss1_/) && $name ne "thread_db") { $link_libs .= " -l$name"; $versions{$name} = $version;