Get rid of libfetch and proplib external dependencies.
The list of required external deps is now confuse, libarchive and openssl. libxbps now includes a wrapper for proplib prefixed with xbps_ rather than prop_.
This commit is contained in:
@ -257,7 +257,7 @@ xbps_end(struct xbps_handle *xhp)
|
||||
xbps_rpool_release(xhp);
|
||||
xbps_fetch_unset_cache_connection();
|
||||
if (xhp->pkgdb_revdeps != NULL)
|
||||
prop_object_release(xhp->pkgdb_revdeps);
|
||||
xbps_object_release(xhp->pkgdb_revdeps);
|
||||
|
||||
cfg_free(xhp->cfg);
|
||||
free(xhp->cachedir_priv);
|
||||
|
Reference in New Issue
Block a user