pkg: do not do serial checks for flattened solutions, as they are already flattened

pull/249/head
Ariadne Conill 2023-01-21 21:31:38 +00:00
parent 90b65c866b
commit d9e507cc6e
1 changed files with 1 additions and 1 deletions

View File

@ -1492,7 +1492,7 @@ pkgconf_pkg_walk_list(pkgconf_client_t *client,
if (pkgdep == NULL) if (pkgdep == NULL)
continue; continue;
if (pkgdep->serial == client->serial) if (pkgdep->serial == client->serial && !(parent->flags & PKGCONF_PKG_PROPF_VIRTUAL))
{ {
pkgdep->hits++; pkgdep->hits++;