]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - bin/blhc
Accept libraries with version numbers before ".so".
[blhc/blhc.git] / bin / blhc
index 5d018ee88df49702c0d826b6e95383db3771ce32..b2188eeb32d36d651da1860500444249c120cd62 100755 (executable)
--- 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: /