Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Turn autodeps on by default. This is needed to stop tracking indirect dependencies safely
Baptiste Daroussin committed 12 years ago
commit 5d8369835f3bff52ddcb6b7181fc86d44c1d2b66
parent 04033fe
2 files changed +2 -2
modified libpkg/pkg_config.c
@@ -138,7 +138,7 @@ static struct config_entry c[] = {
	[PKG_CONFIG_AUTODEPS] = {
		PKG_CONFIG_BOOL,
		"AUTODEPS",
-
		"NO",
+
		"YES",
		"Automatically append dependencies to fulfil dynamic linking requrements of binaries",
	},
	[PKG_CONFIG_ABI] = {
modified libpkg/pkg_elf.c
@@ -162,7 +162,7 @@ test_depends(void *actdata, struct pkg *pkg, const char *fpath,
			}
		}
		if (!found) {
-
			pkg_emit_error("adding forgotten depends (%s): %s-%s",
+
			pkg_emit_error("adding unlisted depends (%s): %s-%s",
			    pathbuf, depname, depversion);
			pkg_adddep(pkg, depname, deporigin, depversion,
			    deplocked);