Browse Source

Hah, Suse 7.3 doesn't have a libc-*, but it does have ld- .. this gets

more interesting all the time. :-)
master
freesource 21 years ago
parent
commit
ad86310594
  1. 2
      BootRoot/Yard.pm

2
BootRoot/Yard.pm

@ -3727,7 +3727,7 @@ sub find_nss {
my $libcc = "libc";
if ( !$libc ) {
$libc = yard_glob("/lib/ld-*"); ## removed 2
my $libcc = "ld";
$libcc = "ld";
}
my($libc_version2, $libc_version) = $libc =~ m|/lib/$libcc-(\d)+\.(\d)|; ## changed 2 & .

Loading…
Cancel
Save