diff options
author | davidovski <david@davidovski.xyz> | 2022-01-30 23:58:10 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-30 23:58:10 +0000 |
commit | bcea60da11d02a396878f738abed6ce5cb802f4b (patch) | |
tree | 2e28d4cf901a68be516ce183996ee693c8b0834b /repo | |
parent | 1098ec37bb3a84cf499c7517578e318b44e850ee (diff) |
fixed deps
Diffstat (limited to 'repo')
-rw-r--r-- | repo/devel/gcc.xibuild | 2 | ||||
-rw-r--r-- | repo/system/binutils.xibuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/repo/devel/gcc.xibuild b/repo/devel/gcc.xibuild index 57d6dae..62799f4 100644 --- a/repo/devel/gcc.xibuild +++ b/repo/devel/gcc.xibuild @@ -1,6 +1,6 @@ #!/bin/bash -MAKEDEPS=(grep make gmp mpfr libxml2) +MAKEDEPS=(grep make libxml2 dejagnu inetutils) DEPS=(glibc binutils mpc) PKG_VER=11.2.0 diff --git a/repo/system/binutils.xibuild b/repo/system/binutils.xibuild index f1fb1cb..9a1c933 100644 --- a/repo/system/binutils.xibuild +++ b/repo/system/binutils.xibuild @@ -1,6 +1,6 @@ #!/bin/bash -MAKEDEPS=(make dejagnu) +MAKEDEPS=(make dejagnu bzip2 xz zlib zstd libarchive) DEPS=(glibc zlib elfutils) PKG_VER=2.37 |