Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Forced flag requires to add deps to the request.
Vsevolod Stakhov committed 11 years ago
commit 460d0cbea9154fbc0cd2675cd844dae45035fa3c
parent 39f93ed078b6a3dd5cbdaa784d89d475336e1cd5
1 file changed +1 -1
modified libpkg/pkg_jobs.c
@@ -410,7 +410,7 @@ pkg_jobs_process_add_request(struct pkg_jobs *j, bool top)
	int (*deps_func)(const struct pkg *pkg, struct pkg_dep **d);
	UT_array *to_process = NULL;

-
	if (upgrade || reverse) {
+
	if (upgrade || reverse || force) {
		utarray_new(to_process, &ut_ptr_icd);

		HASH_ITER(hh, j->request_add, req, tmp) {