From c918b6e2251487e0152d8c06d647e8aa4ffca315 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Sat, 13 Aug 2022 06:44:40 +0000 Subject: [PATCH] bomtool: enable PKGCONF_PKG_PKGF_SEARCH_PRIVATE to collect dev dependencies --- cli/bomtool/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/bomtool/main.c b/cli/bomtool/main.c index b143df4..5398ed5 100644 --- a/cli/bomtool/main.c +++ b/cli/bomtool/main.c @@ -250,7 +250,7 @@ main(int argc, char *argv[]) { int ret = EXIT_SUCCESS; pkgconf_list_t pkgq = PKGCONF_LIST_INITIALIZER; - unsigned int want_client_flags = PKGCONF_PKG_PKGF_NONE; + unsigned int want_client_flags = PKGCONF_PKG_PKGF_SEARCH_PRIVATE; pkgconf_cross_personality_t *personality = pkgconf_cross_personality_default(); pkgconf_pkg_t world = { .id = "virtual:world",