diff --git a/podman/redox-base-containerfile b/podman/redox-base-containerfile index 7b058fc4c..64728c420 100644 --- a/podman/redox-base-containerfile +++ b/podman/redox-base-containerfile @@ -37,8 +37,10 @@ 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 42522086f..506c5fa76 100644 --- a/recipes/dev/binutils-gdb/recipe.toml +++ b/recipes/dev/binutils-gdb/recipe.toml @@ -6,8 +6,9 @@ shallow_clone = true [build] template = "custom" dependencies = [ - "libgmp", - "libmpfr", +# These cannot autotools_recursive_regenerate until after toolchain is built +# "libgmp", +# "libmpfr", # TODO: this zlib get linked when boostrapping binutils # "zlib" ]