Properly build shared/static libxbps and utils.
xbps-fetch: added -v flag to see verbose messages in libfetch. --HG-- extra : convert_revision : xtraeme%40gmail.com-20091030111726-axf9paz2k01ntqzz
This commit is contained in:
@@ -133,7 +133,7 @@ xbps_sync_repository_pkg_index(const char *uri)
|
||||
free(lrepodir);
|
||||
return errno;
|
||||
}
|
||||
rv = xbps_fetch_file(rpidx, lrepodir);
|
||||
rv = xbps_fetch_file(rpidx, lrepodir, NULL);
|
||||
|
||||
free(rpidx);
|
||||
free(lrepodir);
|
||||
|
Reference in New Issue
Block a user