Some files might not have these. That should not be an error, because
those files will fail their checks later on.
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
// Find the dynamic linking information
r = pakfire_file_get_elf_section(file, elf, SHT_DYNAMIC, &dynamic, &shdr, &elf_data);
if (r) {
- ERROR(file->pakfire, "%s does not have a dynamic section\n", pakfire_file_get_path(file));
- return 1;
+ DEBUG(file->pakfire, "%s does not have a dynamic section\n", pakfire_file_get_path(file));
+ return 0;
}
// Walk through all entries...