mirror of
https://github.com/fspc/gbootroot.git
synced 2025-03-12 07:43:22 -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";
|
my $libcc = "libc";
|
||||||
if ( !$libc ) {
|
if ( !$libc ) {
|
||||||
$libc = yard_glob("/lib/ld-*"); ## removed 2
|
$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 & .
|
my($libc_version2, $libc_version) = $libc =~ m|/lib/$libcc-(\d)+\.(\d)|; ## changed 2 & .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user