Compare commits

..

No commits in common. "8f12d36b76ccc84c987ae6da1565d3387f7a5a68" and "dd741e722f960c221c26b40fea3013b4339e6f95" have entirely different histories.

10 changed files with 83 additions and 87 deletions

View File

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