diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/apk.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -471,6 +471,7 @@ int main(int argc, char **argv) ctx.open_flags |= APK_OPENF_READ | APK_OPENF_NO_STATE | APK_OPENF_NO_REPOS; ctx.flags |= APK_SIMULATE; ctx.flags &= ~APK_INTERACTIVE; + db.active_layers = BIT(0); #endif r = apk_ctx_prepare(&ctx); |