Always create 'arch' compat on package loading from db or file
modified libpkg/pkg.c
@@ -1479,6 +1479,8 @@ pkg_open2(struct pkg **pkg_p, struct archive **a, struct archive_entry **ae,
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -1493,6 +1495,11 @@ pkg_open2(struct pkg **pkg_p, struct archive **a, struct archive_entry **ae,
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/pkgdb_iterator.c
@@ -688,6 +688,8 @@ static void
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -738,6 +740,10 @@ populate_pkg(sqlite3_stmt *stmt, struct pkg *pkg) {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|