mirror of
https://github.com/fspc/gbootroot.git
synced 2025-03-11 23:33:23 -04:00
Hah, Suse 7.3 doesn't have a libc-*, but it does have ld- .. this gets
more interesting all the time. :-)
This commit is contained in:
parent
b2383ab222
commit
ad86310594
@ -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…
x
Reference in New Issue
Block a user