]> pd.if.org Git - zpackage/commitdiff
remove warning if on missing soname
authorNathan Wagner <nw@hydaspes.if.org>
Thu, 13 Dec 2018 00:08:29 +0000 (00:08 +0000)
committerNathan Wagner <nw@hydaspes.if.org>
Thu, 13 Dec 2018 00:08:29 +0000 (00:08 +0000)
lib/zpm.c

index 55e2e124b283689e38c2da81bf4b75f24f634b0b..11ee22cc36f6768d161b3a334d401d61d52be1c6 100644 (file)
--- a/lib/zpm.c
+++ b/lib/zpm.c
@@ -502,9 +502,9 @@ static int set_elf_info(struct zpm *zpm, char *hash, char *content,
                        if (zpm->error) {
                                return 0;
                        }
-               } else {
-                       fprintf(stderr, "can't find soname\n");
                }
+               /* some dyn don't have an soname, so we don't
+                * need to warn */
        }
 
        /* if exe, set neededs */