From e4d297157fe99e81f478737fffdf0c53c5c3220a Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 9 Sep 2024 14:55:51 +0200 Subject: [PATCH] Revert "pkg: remove use of somewhat broken ca_root_nss" This reverts commit 3c0414fd76f9c20c0843f4861602f4ae4ab3a8b7. Not for now. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 710e2e300..629038199 100644 --- a/Makefile +++ b/Makefile @@ -129,7 +129,8 @@ CORE_DEPENDS_aarch64?= py${CORE_PYTHON}-duckdb \ CORE_DEPENDS_amd64?= beep \ ${CORE_DEPENDS_aarch64} -CORE_DEPENDS?= choparp \ +CORE_DEPENDS?= ca_root_nss \ + choparp \ cpustats \ dhcp6c \ dhcrelay \