aboutsummaryrefslogtreecommitdiff
path: root/libpkgconf/queue.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpkgconf/queue.c')
-rw-r--r--libpkgconf/queue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpkgconf/queue.c b/libpkgconf/queue.c
index 1bfcb30..5220a5b 100644
--- a/libpkgconf/queue.c
+++ b/libpkgconf/queue.c
@@ -77,7 +77,7 @@ pkgconf_queue_compile(pkgconf_client_t *client, pkgconf_pkg_t *world, pkgconf_li
pkgconf_queue_t *pkgq;
pkgq = iter->data;
- pkgconf_dependency_parse(client, world, &world->required, pkgq->package);
+ pkgconf_dependency_parse(client, world, &world->required, pkgq->package, 0);
}
return (world->required.head != NULL);