Compare commits

...

3 Commits

10 changed files with 87 additions and 83 deletions

View File

@ -1461,6 +1461,9 @@ cleanup3:
if ((want_flags & PKG_LIBS))
{
if (want_flags & PKG_CFLAGS)
printf(" ");
if (!(want_flags & PKG_STATIC))
pkgconf_client_set_flags(&pkg_client, pkg_client.flags & ~PKGCONF_PKG_PKGF_SEARCH_PRIVATE);

View File

@ -531,6 +531,7 @@ fragment_render_buf(const pkgconf_list_t *list, char *buf, size_t buflen, bool e
free(quoted);
}
if (node->next != NULL)
*bptr++ = ' ';
}