From 861d0255598c52828bc3420d70320c82ee38032a Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Wed, 19 Feb 2025 22:05:47 +0100 Subject: [PATCH] Install relibc in all configurations Several packages have an implicit dependency on relibc. --- config/base.toml | 1 + config/server.toml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/config/base.toml b/config/base.toml index 6820a01f9..14148a521 100644 --- a/config/base.toml +++ b/config/base.toml @@ -17,6 +17,7 @@ initfs = {} ipcd = {} kernel = {} ptyd = {} +relibc = {} uutils = {} ## Configuration files diff --git a/config/server.toml b/config/server.toml index 304094e60..f11944054 100644 --- a/config/server.toml +++ b/config/server.toml @@ -24,7 +24,6 @@ kibi = {} netdb = {} pkgutils = {} redoxfs = {} -relibc = {} resist = {} userutils = {}