summaryrefslogtreecommitdiff
path: root/libpkgconf/tests/api/driver.c
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-26 19:12:55 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-27 12:14:55 +0300
commit47faabe40caa2c01a6379f5d143af189fa96ca9b (patch)
tree54114e12a619c66bb78c51c5b1c464b8dd83be51 /libpkgconf/tests/api/driver.c
parent398b8efd28b3ff8f14ead0bd272eb29ea546483e (diff)
Release version 1.6.3+2v1.6.3+2
Invent PKGCONF_PKG_PKGF_DONT_MERGE_SPECIAL_FRAGMENTS flag
Diffstat (limited to 'libpkgconf/tests/api/driver.c')
-rw-r--r--libpkgconf/tests/api/driver.c2
1 files changed, 1 insertions, 1 deletions
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)