Fix analyzing elf from a stage directory
modified libpkg/pkg.h.in
@@ -638,7 +638,7 @@ struct pkg_note *pkg_annotation_lookup(const struct pkg *p, const char *tag);
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/pkg_elf.c
@@ -87,6 +87,8 @@ add_shlibs_to_pkg(__unused void *actdata, struct pkg *pkg, const char *fpath,
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -100,6 +102,14 @@ add_shlibs_to_pkg(__unused void *actdata, struct pkg *pkg, const char *fpath,
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -374,11 +384,11 @@ analyse_fpath(struct pkg *pkg, const char *fpath)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -407,7 +417,10 @@ pkg_analyse_files(struct pkgdb *db, struct pkg *pkg)
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/pkgdb.c
@@ -2692,7 +2692,7 @@ pkgdb_reanalyse_shlibs(struct pkgdb *db, struct pkg *pkg)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified pkg/register.c
@@ -285,7 +285,7 @@ exec_register(int argc, char **argv)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|