X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=bin%2Fblhc;h=b2188eeb32d36d651da1860500444249c120cd62;hp=5d018ee88df49702c0d826b6e95383db3771ce32;hb=631bce18651ddfffb2702d7bb56556bb1b0359d2;hpb=fdcf9bec1ed4e314ded6e0a5181ec7c24f400c9b diff --git a/bin/blhc b/bin/blhc index 5d018ee..b2188ee 100755 --- a/bin/blhc +++ b/bin/blhc @@ -279,7 +279,8 @@ foreach my $line (@input) { [\s\\]*\s+ # possible line continuation ([A-Za-z0-9_/.-]+/)? # path to file [A-Za-z0-9_-]+ # binary name (no dots!) - (\.so[0-9.]*[a-z]?|\.la)? # library (including version) + ([0-9.]*\.so[0-9.]*[a-z]? # library (including version) + |\.la)? (\s|\\|\$) # end of file name }x or $line =~ /^libtool: link: /