From 47faabe40caa2c01a6379f5d143af189fa96ca9b Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 26 Feb 2020 19:12:55 +0300 Subject: Release version 1.6.3+2 Invent PKGCONF_PKG_PKGF_DONT_MERGE_SPECIAL_FRAGMENTS flag --- libpkgconf/tests/api/driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpkgconf/tests/api/driver.c') diff --git a/libpkgconf/tests/api/driver.c b/libpkgconf/tests/api/driver.c index 57f989d..6035771 100644 --- a/libpkgconf/tests/api/driver.c +++ b/libpkgconf/tests/api/driver.c @@ -130,7 +130,7 @@ main (int argc, const char* argv[]) int r = 1; int max_depth = 2000; - pkgconf_client_set_flags (c, 0); + pkgconf_client_set_flags (c, PKGCONF_PKG_PKGF_DONT_MERGE_SPECIAL_FRAGMENTS); pkgconf_pkg_t* p = pkgconf_pkg_find (c, path); if (p != NULL) -- cgit v1.1