Fix options loading While here add a couple of debug messages
modified libpkg/pkg.c
@@ -842,6 +842,7 @@ pkg_addoption(struct pkg *pkg, const char *key, const char *value)
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified libpkg/pkg_manifest.c
@@ -96,7 +96,7 @@ static struct manifest_key {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -434,11 +434,11 @@ pkg_object(struct pkg *pkg, ucl_object_t *obj, int attr)
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
| - | |
| - | |
|
|
|
|
|
@@ -622,6 +622,7 @@ parse_manifest(struct pkg *pkg, struct pkg_manifest_key *keys, ucl_object_t *obj
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -898,6 +899,7 @@ emit_manifest(struct pkg *pkg, char **out, short flags)
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified libpkg/pkgdb.c
@@ -2182,6 +2182,7 @@ pkgdb_load_options(struct pkgdb *db, struct pkg *pkg)
|
|
|
|
|
|
| + | |
|
|
|
|
|