match shared libs on ".so"
authormarc <devnull@localhost>
Sat, 20 Jul 1996 20:45:43 +0000 (20:45 +0000)
committermarc <devnull@localhost>
Sat, 20 Jul 1996 20:45:43 +0000 (20:45 +0000)
CVS patchset: 899
CVS date: 1996/07/20 20:45:43

build/reqprov.c

index 8b546e7..78a0170 100644 (file)
@@ -101,7 +101,7 @@ static void parseFileForProv(char *f, struct PackageRec *p)
     }
     s++;
     
-    if (strstr(s, ".so.")) {
+    if (strstr(s, ".so")) {
        sprintf(command,
                "objdump --raw %s%s --section=.dynstr 2> /dev/null |"
                "tr '\\0' '\\n' | tail -1",