Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
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 8b255e1c09f383eccaa7ee9e86abb78c0ccc7167
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;