Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
We need to load the file list, as that's what is checked to see what shlibs are in use.
Matthew Seaman committed 13 years ago
commit b421bb81fe5adaf7903d931ac60accdadee2d65b
parent 8b255e1
1 file changed +1 -1
modified pkg/check.c
@@ -274,7 +274,7 @@ exec_check(int argc, char **argv)
				errx(EX_USAGE, "reanalyzing shlibs requires SHLIBS"
					       " in pkg.conf.");
			reanalyse_shlibs = true;
-
			flags |= PKG_LOAD_SHLIBS;
+
			flags |= PKG_LOAD_FILES;
			break;
		case 's':
			checksums = true;