lib/transaction_shlibs.c: add a printf to see what's going on.
This commit is contained in:
parent
38fb0aabe5
commit
95d650bdb1
@ -121,6 +121,8 @@ collect_shlibs(struct xbps_handle *xhp, xbps_array_t pkgs, bool req)
|
||||
const char *shlib;
|
||||
|
||||
xbps_array_get_cstring_nocopy(shobjs, i, &shlib);
|
||||
xbps_dbg_printf(xhp, "%s: registering %s for %s\n",
|
||||
pkgver, shlib, req ? "shlib-requires" : "shlib-provides");
|
||||
if (req)
|
||||
shlib_register(d, shlib, pkgver);
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user