diff --git a/podman/redox-base-containerfile b/podman/redox-base-containerfile index 64728c42..7b058fc4 100644 --- a/podman/redox-base-containerfile +++ b/podman/redox-base-containerfile @@ -37,10 +37,8 @@ RUN apt-get update \ libfuse3-dev \ libgdk-pixbuf2.0-bin \ libglib2.0-dev-bin \ - libgmp-dev \ libhtml-parser-perl \ libjpeg-dev \ - libmpfr-dev \ libparse-yapp-perl \ librsvg2-common \ libsdl1.2-dev \ diff --git a/recipes/dev/binutils-gdb/recipe.toml b/recipes/dev/binutils-gdb/recipe.toml index 506c5fa7..42522086 100644 --- a/recipes/dev/binutils-gdb/recipe.toml +++ b/recipes/dev/binutils-gdb/recipe.toml @@ -6,9 +6,8 @@ shallow_clone = true [build] template = "custom" dependencies = [ -# These cannot autotools_recursive_regenerate until after toolchain is built -# "libgmp", -# "libmpfr", + "libgmp", + "libmpfr", # TODO: this zlib get linked when boostrapping binutils # "zlib" ]